[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 7 / 4 / JSONRPCom / 0.0.4 / JSONRPCom.podspec.json
blob63bc95fc3f7393ed3e90719c10124928b8ab0480
2   "name": "JSONRPCom",
3   "version": "0.0.4",
4   "summary": "JSON RPC implementation",
5   "homepage": "https://github.com/andrewBatutin/JSONRPCom",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "andrewBatutin": "abatutin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/andrewBatutin/JSONRPCom.git",
15     "tag": "0.0.4"
16   },
17   "source_files": "JSONRPCom/**/*",
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "Mantle": [
27     ]
28   }