[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / e / a / LeoNet / 1.0 / LeoNet.podspec.json
blob6b7fc36d30a6a72f8d88cacdc08d8f9036b6746d
2   "name": "LeoNet",
3   "version": "1.0",
4   "summary": "Object-C网络请求框架",
5   "description": "基于AFNetworking的网络请求框架",
6   "homepage": "https://github.com/LeoChensj/LeoNet",
7   "license": "MIT",
8   "authors": {
9     "LeoChen": "LeoChensj@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/LeoChensj/LeoNet.git",
16     "tag": "1.0"
17   },
18   "source_files": "LeoNet/*.{h,m}",
19   "public_header_files": "LeoNet/LeoRequest.h",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "GreedJSON": [
27     ],
28     "MD5Digest": [
30     ]
31   }