[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / b / 8 / TFNetworking / 1.0.2 / TFNetworking.podspec.json
blob8651af481a981920a18f1c57615b5bd2a0223a6f
2   "name": "TFNetworking",
3   "version": "1.0.2",
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": "1.0.2"
16   },
17   "source_files": "TFNetworking/**/*.{h,m}",
18   "frameworks": [
19     "CFNetwork",
20     "Security"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ],
27     "MBProgressHUD-TFExtension": [
28       "~> 1.1.0"
29     ]
30   }