[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / e / 0 / FFUtils / 0.2.4.beta-1 / FFUtils.podspec.json
blob798aa9e35d94a9f41612fd35c7207025beaff5f9
2   "name": "FFUtils",
3   "version": "0.2.4.beta-1",
4   "summary": "Common tools in iOS development",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lingfengmarskey/FFUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcos Meng": "lingfengmarskey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lingfengmarskey/FFUtils.git",
16     "tag": "0.2.4.beta-1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": "5.0",
23   "default_subspecs": [
24     "Extension",
25     "KeyBoard",
26     "Table",
27     "Collection",
28     "Common"
29   ],
30   "subspecs": [
31     {
32       "name": "Common",
33       "source_files": "Sources/Common/**/*.swift"
34     },
35     {
36       "name": "CustomView",
37       "source_files": "Sources/CustomView/**/*.swift"
38     },
39     {
40       "name": "Extension",
41       "source_files": "Sources/Extension/**/*.swift",
42       "subspecs": [
43         {
44           "name": "Stable",
45           "source_files": "Sources/Extension/Stable/*.swift"
46         },
47         {
48           "name": "Main",
49           "source_files": "Sources/Extension/Main/*.swift"
50         }
51       ]
52     },
53     {
54       "name": "KeyBoard",
55       "source_files": "Sources/KeyBoard/**/*.swift"
56     },
57     {
58       "name": "Services",
59       "source_files": "Sources/Services/**/*.swift"
60     },
61     {
62       "name": "AppIcon",
63       "source_files": "Sources/AppIcon/*.swift"
64     },
65     {
66       "name": "Table",
67       "source_files": "Sources/Table/*.swift",
68       "dependencies": {
69         "FFUtils/Extension": [
71         ]
72       }
73     },
74     {
75       "name": "Collection",
76       "source_files": "Sources/Collection/*.swift"
77     }
78   ],
79   "swift_version": "5.0"