[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 0 / 5 / c / HockeyKit / 2.0.7 / HockeyKit.podspec.json
blob2fa49f4d0ee1a3c3b5709d898eba059a41cb2da4
2   "name": "HockeyKit",
3   "version": "2.0.7",
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.7"
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