Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed Sep 24, 2014
1 parent f528aca commit a88bf8a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== 2.0.2 2014-09-24
* Move ApplePay code behind a compiler flag to avoid warnings from Apple when accidentally including it

== 2.0.1 2014-09-18
* Fix some small bugs related to ApplePay and iOS8

=== 2.0 2014-09-09
* Add support for native payments via Pay

Expand Down
4 changes: 2 additions & 2 deletions Stripe.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.version = "2.0.1"
s.version = "2.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 = { "Jack Flintermann" => "[email protected]" }
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v2.0.1"}
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v2.0.2"}
s.source_files = 'Stripe/*.{h,m}'
s.public_header_files = 'Stripe/*.h'
s.platform = :ios
Expand Down
12 changes: 12 additions & 0 deletions Stripe.xcworkspace/xcshareddata/Stripe.xccheckout
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@
<dict>
<key>A5C151FC3F18980DA2906AAA3DE9140767EF2310</key>
<string>ssh://github.com/stripe/stripe-ios.git</string>
<key>D0DC6CE0350266C4AFFCC35DA49B75AE57E8D73E</key>
<string>github.com:stripe/PaymentKit.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>Stripe.xcworkspace</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>A5C151FC3F18980DA2906AAA3DE9140767EF2310</key>
<string>..</string>
<key>D0DC6CE0350266C4AFFCC35DA49B75AE57E8D73E</key>
<string>../Example/PaymentKit/</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>ssh://github.com/stripe/stripe-ios.git</string>
Expand All @@ -28,6 +32,14 @@
<string>A5C151FC3F18980DA2906AAA3DE9140767EF2310</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>D0DC6CE0350266C4AFFCC35DA49B75AE57E8D73E</string>
<key>IDESourceControlWCCName</key>
<string>PaymentKit</string>
</dict>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2

0 comments on commit a88bf8a

Please sign in to comment.