[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 6 / e / TSReqKit / 1.1.0 / TSReqKit.podspec.json
blob333d6ae09e4f923d871e3c979e228530a17bbecc
2   "name": "TSReqKit",
3   "version": "1.1.0",
4   "summary": "A Lib For Req.",
5   "description": "TSReqKit 是一个网络请求封装",
6   "homepage": "https://github.com/StoneStoneStoneWang/TSReqKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/StoneStoneStoneWang/TSReqKit.git",
24     "tag": "1.1.0"
25   },
26   "source_files": "Code/**/*.{h,m}",
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "MJExtension": [
33     ],
34     "YYCache": [
36     ]
37   }