[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / HockeySDK / 2.2.3 / HockeySDK.podspec.json
blobcdaa4b2087cde9a79a8d0e14e80be3c4eb79f076
2   "name": "HockeySDK",
3   "version": "2.2.3",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "Distribute beta apps and collect crash reports with HockeyApp.",
8   "homepage": "http://hockeyapp.net/",
9   "authors": {
10     "Andreas Linde": "mail@andreaslinde.de",
11     "Thomas Dohmke": "thomas@dohmke.de"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE.txt"
16   },
17   "source": {
18     "git": "https://github.com/codenauts/HockeySDK-iOS.git",
19     "tag": "2.2.3"
20   },
21   "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 becomse reachable.",
22   "source_files": "Classes",
23   "resources": [
24     "Resources/Hockey.bundle",
25     "Resources/Quincy.bundle"
26   ],
27   "frameworks": [
28     "QuartzCore",
29     "SystemConfiguration",
30     "CrashReporter"
31   ],
32   "xcconfig": {
33     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/HockeySDK/Vendor\""
34   },
35   "requires_arc": false,
36   "deprecated_in_favor_of": "AppCenter"