Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Cohen committed Mar 24, 2014
1 parent d506892 commit 2ae8249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Stripe.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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" => "[email protected]" }
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
s.frameworks = 'Foundation', 'QuartzCore'
s.requires_arc = true
s.ios.deployment_target = '5.0'

s.dependency 'PaymentKit' , '~> 1.0.3'
s.dependency 'PaymentKit' , '~> 1.0.4'
end
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.4

0 comments on commit 2ae8249

Please sign in to comment.