This commit is contained in:
Phil Cohen 2014-03-24 10:30:18 -07:00
parent d506892df8
commit 2ae8249ad3
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "Stripe is a web-based API for accepting payments online."
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://stripe.com"
s.author = { "Saikat Chakrabarti" => "saikat@stripe.com" }
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.0.3"}
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.0.4"}
s.source_files = 'Stripe/*.{h,m}'
s.public_header_files = 'Stripe/*.h'
s.platform = :ios
@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.dependency 'PaymentKit' , '~> 1.0.3'
s.dependency 'PaymentKit' , '~> 1.0.4'
end

View File

@ -1 +1 @@
1.0.2
1.0.4