[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / c / HockeyKit / 2.0.4 / HockeyKit.podspec.json
blob947341241482077c3ef4f0c1b5abbeae64ed2809
2   "name": "HockeyKit",
3   "version": "2.0.4",
4   "license": "MIT",
5   "platforms": {
6     "ios": null
7   },
8   "summary": "A software update kit for iOS.",
9   "homepage": "http://hockeykit.net/",
10   "authors": {
11     "Andreas Linde": "mail@andreaslinde.de"
12   },
13   "source": {
14     "git": "https://github.com/TheRealKerni/HockeyKit.git",
15     "tag": "2.0.4"
16   },
17   "description": "Hockey is a iOS Ad-Hoc updater framework. It can be used for all apps that target the Apple AppStore and improves the beta testing process dramatically. NOTES: 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.",
18   "source_files": [
19     "client/iOS",
20     "client/iOS/Helper"
21   ],
22   "resources": "client/iOS/Hockey.bundle",
23   "frameworks": [
24     "QuartzCore",
25     "SystemConfiguration"
26   ],
27   "requires_arc": false