[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / f / ZKAFJSONRPCClient / 1.0.1 / ZKAFJSONRPCClient.podspec.json
blob3f04301c1a6328b74fe169a14f97f15f2e4b68f1
2   "name": "ZKAFJSONRPCClient",
3   "version": "1.0.1",
4   "summary": "jsonrpc方式与服务端交互 配合3.0版本 AFNetworking.",
5   "homepage": "https://github.com/zhengkai85/ZKAFJSONRPCClient",
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/ZKAFJSONRPCClient.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "ZKAFJSONRPCClient/*",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.1.0"
24     ]
25   }