[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / b / 8 / TFNetworking / 0.0.9 / TFNetworking.podspec.json
blobf6b16fba3a051c61ef4a2675028535b1cd0ccf37
2   "name": "TFNetworking",
3   "version": "0.0.9",
4   "summary": "Dabay tech : TFNetworking is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/Donkey-Tao/TFNetworking",
6   "license": "MIT",
7   "authors": {
8     "Tao Fei": "taofei0610@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/Donkey-Tao/TFNetworking.git",
15     "tag": "0.0.9"
16   },
17   "source_files": "TFNetworking/**/*.{h,m}",
18   "frameworks": "CFNetwork",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ],
24     "MBProgressHUD": [
25       "~> 1.0.0"
26     ]
27   }