[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 5 / 7 / TBNetWork / 1.0.1 / TBNetWork.podspec.json
blobdc74100facda2bf8bd0bde19630ac6c14e8df584
2   "name": "TBNetWork",
3   "version": "1.0.1",
4   "summary": "it is a network framework base on AFNetworking 2",
5   "homepage": "https://github.com/tangbo124/TBNetWork",
6   "license": "MIT",
7   "authors": {
8     "tangbo": "tangbo198989@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/tangbo124/TBNetWork.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "TBNetWork/TB*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~>2.0"
22     ]
23   }