Skip to content

Commit

Permalink
update sdk and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saturngod committed Nov 15, 2015
1 parent 90fbf31 commit fae1a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IAPHelper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Pod::Spec.new do |s|
s.author = { "saturngod" => "saturngod@gmail.com" }
s.requires_arc = true
s.platform = :ios
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/saturngod/IAPHelper.git", :tag => "1.0.7" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/saturngod/IAPHelper.git", :tag => "1.0.8" }
s.source_files = "IAPHelper/*.{h,m}"
s.public_header_files = "IAPHelper/*.h"
s.framework = 'StoreKit'
Expand Down

0 comments on commit fae1a16

Please sign in to comment.