mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Bumped version.
This commit is contained in:
parent
01aed9df0d
commit
4d7ca3c12c
@ -1,12 +1,12 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'HockeySDK'
|
s.name = 'HockeySDK'
|
||||||
s.version = '2.2.0'
|
s.version = '2.2.1'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.platform = :ios
|
s.platform = :ios
|
||||||
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
|
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
|
||||||
s.homepage = 'http://hockeyapp.net/'
|
s.homepage = 'http://hockeyapp.net/'
|
||||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||||
s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.0' }
|
s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.1' }
|
||||||
|
|
||||||
s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \
|
s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \
|
||||||
'It improves the testing process dramatically and can be used for both beta ' \
|
'It improves the testing process dramatically and can be used for both beta ' \
|
||||||
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
|||||||
'on Reachability and send a notification with the name `NetworkDidBecomeReachable` ' \
|
'on Reachability and send a notification with the name `NetworkDidBecomeReachable` ' \
|
||||||
'yourself when the network becomse reachable.'
|
'yourself when the network becomse reachable.'
|
||||||
|
|
||||||
s.source_files = 'Classes',
|
s.source_files = 'Classes'
|
||||||
s.resources = 'Resources/Hockey.bundle', 'Resources/Quincy.bundle'
|
s.resources = 'Resources/Hockey.bundle', 'Resources/Quincy.bundle'
|
||||||
s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter'
|
s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter'
|
||||||
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' }
|
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user