[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 1 / e / a / LeoNet / 1.2 / LeoNet.podspec.json
blob2582273b37616b242e78c3c527418aa8208d650a
2   "name": "LeoNet",
3   "version": "1.2",
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.2"
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   }