[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / b / 8 / FFToolLibs / 0.1.3 / FFToolLibs.podspec.json
bloba3481ec46bec8c9435b2190dbf7b5aa4b748ccf4
2   "name": "FFToolLibs",
3   "version": "0.1.3",
4   "summary": "FFToolLibs.",
5   "description": "1. FFNetworkLayer ANFNetworiking简单封装\n2. FFUtils 小工具\n3. FFCategory  我的分类",
6   "homepage": "https://gitee.com/felix_wang666/ffspec",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ffwang": "399820721@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/felix_wang666/FFToolLibs.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.2.1"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "FFNetworkLayer",
29       "source_files": "FFToolLibs/Classes/FFNetworkLayer/*.{h,m}"
30     },
31     {
32       "name": "FFUtils",
33       "source_files": "FFToolLibs/Classes/FFUtils/*.{h,m}"
34     },
35     {
36       "name": "FFCategory",
37       "source_files": "FFToolLibs/Classes/FFCategory/*.{h,m}"
38     }
39   ]