blob: 9b973e628c0886e9f5bdc399a0b4ef5ea55f3d63 [file] [log] [blame]
{
"name": "ZettaKit",
"version": "0.0.2",
"summary": "A Reactive Hypermedia Client for the Zetta HTTP API.",
"description": " This library allows you to harness the power of Reactive Programming to interact with the Zetta HTTP API.\n",
"homepage": "https://github.com/zettajs/ZettaKit",
"license": "MIT",
"authors": {
"Matthew Dobson": "matt@apigee.com"
},
"source": {
"git": "https://github.com/zettajs/ZettaKit.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/zettajs",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZettaKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ReactiveCocoa": [
"2.4.7"
],
"SocketRocket": [
"0.3.1-beta2"
]
}
}