[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 3 / TTNetworking / 1.0.0 / TTNetworking.podspec.json
blob9d7db6d770c1fd6def7ad7c60e4bfe780f001780
2   "name": "TTNetworking",
3   "version": "1.0.0",
4   "summary": "基于AFNetworking3.0封装的网络请求框架",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ClaudeLi/TTNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "claudeli@yeah.net": "claudeli@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/ClaudeLi/TTNetworking.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TTNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   }