Files
JBChartView/HockeySDK/2.2.6/HockeySDK.podspec
T
Eloy Durán a164a801aa Merge branch 'master' into clean_paths
Conflicts:
	BlocksKit/0.5.0/BlocksKit.podspec
	BlocksKit/0.9.0/BlocksKit.podspec
	BlocksKit/0.9.5/BlocksKit.podspec
	BlocksKit/1.0.0/BlocksKit.podspec
	BlocksKit/1.0.1/BlocksKit.podspec
	BlocksKit/1.0.2/BlocksKit.podspec
	BlocksKit/1.0.3/BlocksKit.podspec
	BlocksKit/1.0.4/BlocksKit.podspec
	BlocksKit/1.0.5/BlocksKit.podspec
	BlocksKit/1.0.6/BlocksKit.podspec
	HockeySDK/2.2.6/HockeySDK.podspec
	ZBarSDK/1.2.2/ZBarSDK.podspec
	ZipKit/0.0.1/ZipKit.podspec
2012-07-20 10:38:25 +02:00

25 lines
1.5 KiB
Ruby

Pod::Spec.new do |s|
s.name = 'HockeySDK'
s.version = '2.2.6'
s.platform = :ios
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
s.homepage = 'http://hockeyapp.net/'
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
s.license = {:type => 'MIT', :file => 'LICENSE.txt' }
s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS.git', :tag => '2.2.6' }
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 ' \
'and App Store builds. Only beta builds will notify users about a new version ' \
'NOTE: You will need to add a dependency on JSONKit or SBJson yourself. If you ' \
'want the framework to try again when a network is available, add a dependency ' \
'on Reachability and send a notification with the name `NetworkDidBecomeReachable` ' \
'yourself when the network becomes reachable.'
s.source_files = 'Classes'
s.resources = 'Resources/Hockey.bundle', 'Resources/Quincy.bundle'
s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/HockeySDK/Vendor"' }
s.preserve_paths = 'Vendor/CrashReporter.framework'
end