[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 8 / e / 0 / FFUtils / 0.2.3.beta-4 / FFUtils.podspec.json
blob9456362b010aa86f650d6548f22b36b89e2a4d59
2   "name": "FFUtils",
3   "version": "0.2.3.beta-4",
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 Mang": "lingfengmarskey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lingfengmarskey/FFUtils.git",
16     "tag": "0.2.3.beta-4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FFUtils/Classes/**/*.swift",
22   "swift_versions": "5.0",
23   "default_subspecs": [
24     "Extension/Stable",
25     "KeyBoard",
26     "Utils"
27   ],
28   "subspecs": [
29     {
30       "name": "CustomView",
31       "source_files": "FFUtils/Classes/CustomView/**/*.swift"
32     },
33     {
34       "name": "Extension",
35       "source_files": "FFUtils/Classes/Extension/**/*.swift",
36       "subspecs": [
37         {
38           "name": "Stable",
39           "source_files": "FFUtils/Classes/Extension/Stable/*.swift"
40         },
41         {
42           "name": "Main",
43           "source_files": "FFUtils/Classes/Extension/Main/*.swift"
44         }
45       ]
46     },
47     {
48       "name": "KeyBoard",
49       "source_files": "FFUtils/Classes/KeyBoard/**/*.swift"
50     },
51     {
52       "name": "Services",
53       "source_files": "FFUtils/Classes/Services/**/*.swift"
54     },
55     {
56       "name": "AppIcon",
57       "source_files": "FFUtils/Classes/AppIcon/*.swift"
58     },
59     {
60       "name": "Utils",
61       "source_files": "FFUtils/Classes/Utils/*.swift",
62       "dependencies": {
63         "FFUtils/Extension": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"