[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 1 / e / a / LeoNet / 1.1 / LeoNet.podspec.json
blob2111910fd19878d1aa86e182213d78b5ddae04af
2   "name": "LeoNet",
3   "version": "1.1",
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.1"
17   },
18   "source_files": "LeoNet/*.{h,m}",
19   "public_header_files": "LeoNet/*.h",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "GreedJSON": [
27     ],
28     "MD5Digest": [
30     ]
31   }