[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / b / ZettaKit / 0.0.1 / ZettaKit.podspec.json
blob507eee36e4026a1c695dbfbd4b3ec3f9f743d89d
2   "name": "ZettaKit",
3   "version": "0.0.1",
4   "summary": "A Reactive Hypermedia Client for the Zetta HTTP API.",
5   "description": "                        This library allows you to harness the power of Reactive Programming to interact with the Zetta HTTP API.\n",
6   "homepage": "https://github.com/zettajs/ZettaKit",
7   "license": "MIT",
8   "authors": {
9     "Matthew Dobson": "matt@apigee.com"
10   },
11   "source": {
12     "git": "https://github.com/zettajs/ZettaKit.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/zettajs",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ZettaKit": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "ReactiveCocoa": [
28       "2.4.7"
29     ],
30     "SocketRocket": [
31       "0.3.1-beta2"
32     ]
33   }