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