forked from stripe/stripe-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phil Cohen
committed
Mar 21, 2014
1 parent
a3dc562
commit 145f41d
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Stripe" | ||
s.version = "1.0.2" | ||
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.2"} | ||
s.source_files = 'Stripe/**/*.{h,m}' | ||
s.public_header_files = 'Stripe/**/*.h' | ||
s.platform = :ios | ||
s.frameworks = 'Foundation', 'QuartzCore' | ||
s.requires_arc = true | ||
|
||
s.dependency 'PaymentKit' , '~> 1.0.2' | ||
s.name = "Stripe" | ||
s.version = "1.0.3" | ||
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_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' | ||
end |
Submodule PaymentKit
updated
from 31c102 to 9fd5c7