Skip to content

Commit

Permalink
Add Stripe 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Cohen committed Apr 10, 2014
1 parent a11e862 commit 53b483f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Stripe/1.1.0/Stripe.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.version = "1.1.0"
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.1.0"}
s.source_files = 'Stripe/*.{h,m}'
s.public_header_files = 'Stripe/*.h'
s.platform = :ios
s.frameworks = 'Foundation', 'QuartzCore', 'Security'
s.requires_arc = true
s.ios.deployment_target = '5.0'

s.dependency 'PaymentKit' , '~> 1.0.4'
end

0 comments on commit 53b483f

Please sign in to comment.