Merge pull request #285 from classpass/master

remote "-beta" from podspec -- itunesconnect error
This commit is contained in:
Jonathan Carter
2016-04-14 08:40:05 -07:00

View File

@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'CodePush'
s.version = '1.10.1-beta'
s.version = '1.10.1'
s.summary = 'React Native plugin for the CodePush service'
s.author = 'Microsoft Corporation'
s.license = 'MIT'
s.homepage = 'http://microsoft.github.io/code-push/'
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta" }
s.platform = :ios, '7.0'
s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
s.public_header_files = 'ios/CodePush/CodePush.h'