[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 1 / b / 7 / FFTest / 0.0.3 / FFTest.podspec.json
blob38f8e6f9ead901db948f5dccb55af3689df6a848
2   "name": "FFTest",
3   "version": "0.0.3",
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.3"
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   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "FFTest/Core/**/*.{h,m}"
37     },
38     {
39       "name": "FFTest",
40       "source_files": "FFTest/**/*.{h,m}",
41       "dependencies": {
42         "FFTest/Core": [
44         ]
45       }
46     },
47     {
48       "name": "FFTOne",
49       "source_files": "FFTest/FFTOne/**/*.{h,m}",
50       "dependencies": {
51         "FFTest/Core": [
53         ]
54       }
55     }
56   ]