This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
71 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'HockeySDK' | ||
s.version = '3.5.1' | ||
s.license = 'MIT' | ||
s.platform = :ios, '5.0' | ||
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.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => s.version.to_s } | ||
s.name = 'HockeySDK' | ||
s.version = '3.5.2' | ||
|
||
s.description = 'HockeyApp is a server to distribute beta apps, collect crash reports and ' \ | ||
'communicate with your app users.' \ | ||
'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: 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 `BITHockeyNetworkDidBecomeReachable` ' \ | ||
'yourself when the network becomes reachable.' | ||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.' | ||
s.description = <<-DESC | ||
HockeyApp is a service to distribute beta apps, collect crash reports and | ||
communicate with your app's users. | ||
It improves the testing process dramatically and can be used for both beta | ||
and App Store builds. | ||
DESC | ||
|
||
s.source_files = 'Classes' | ||
s.requires_arc = true | ||
s.preserve_paths = 'Resources', 'Support' | ||
s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics', 'UIKit', 'Security' | ||
s.homepage = 'http://hockeyapp.net/' | ||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.5.2/' | ||
|
||
s.license = 'MIT' | ||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" } | ||
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => s.version.to_s } | ||
|
||
s.platform = :ios, '5.0' | ||
s.source_files = 'Classes' | ||
s.requires_arc = true | ||
|
||
s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics', 'UIKit', 'Security' | ||
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework' | ||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"24\\""} } | ||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] } | ||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"25\\""} } | ||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] } | ||
s.preserve_paths = 'Resources', 'Support' | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters