[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 2 / f / ZKAFJSONRPCClient / 1.0.0 / ZKAFJSONRPCClient.podspec.json
blob9f0aa68343d96eab8d7f43336160f588efb114c0
2   "name": "ZKAFJSONRPCClient",
3   "version": "1.0.0",
4   "summary": "jsonrpc方式与服务端交互 配合3.0版本 AFNetworking.",
5   "homepage": "https://github.com/zhengkai85/AFJSONRPCClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zhengkai": "83794521@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/zhengkai85/AFJSONRPCClient.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "AFJSONRPCClient/**/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.0.0"
24     ]
25   },
26   "requires_arc": true