[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / 7 / FFTest / 0.0.4 / FFTest.podspec.json
blob8f0d1dd80f9e0c223e41491330e6b75b8630cebf
2   "name": "FFTest",
3   "version": "0.0.4",
4   "license": {
5     "type": "Copyright",
6     "text": "中国人民人寿保险股份有限公司©2018"
7   },
8   "summary": "FFTest FFTest FFTest FFTest",
9   "homepage": "https://github.com/24KYang/FFTest",
10   "authors": {
11     "XuYang": "916391479@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/24KYang/FFTest.git",
15     "tag": "v0.0.4"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "description": "FFTest is common headers project.\nPlease read the README.md for further information.",
21   "cocoapods_version": ">= 1.5.0",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "preserve_paths": [
27     "README.md",
28     "*.podspec",
29     "LICENSE"
30   ],
31   "source_files": "FFTest/Test.h",
32   "requires_arc": true,
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "FFTest/Core/**/*.{h,m}"
38     },
39     {
40       "name": "FFTest",
41       "source_files": "FFTest/**/*.{h,m}",
42       "dependencies": {
43         "FFTest/Core": [
45         ]
46       }
47     },
48     {
49       "name": "FFTOne",
50       "source_files": "FFTest/FFTOne/**/*.{h,m}",
51       "dependencies": {
52         "FFTest/Core": [
54         ]
55       }
56     }
57   ]