[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 8 / e / 0 / FFUtils / 0.2.3.beta-6 / FFUtils.podspec.json
blob11be18ec2e55ce956191175e0aa91fedf2ef6c06
2   "name": "FFUtils",
3   "version": "0.2.3.beta-6",
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-6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FFUtils/Classes/*.swift",
22   "swift_versions": "5.0",
23   "default_subspecs": [
24     "Extension",
25     "KeyBoard"
26   ],
27   "subspecs": [
28     {
29       "name": "CustomView",
30       "source_files": "FFUtils/Classes/CustomView/**/*.swift"
31     },
32     {
33       "name": "Extension",
34       "source_files": "FFUtils/Classes/Extension/**/*.swift",
35       "subspecs": [
36         {
37           "name": "Stable",
38           "source_files": "FFUtils/Classes/Extension/Stable/*.swift"
39         },
40         {
41           "name": "Main",
42           "source_files": "FFUtils/Classes/Extension/Main/*.swift"
43         }
44       ]
45     },
46     {
47       "name": "KeyBoard",
48       "source_files": "FFUtils/Classes/KeyBoard/**/*.swift"
49     },
50     {
51       "name": "Services",
52       "source_files": "FFUtils/Classes/Services/**/*.swift"
53     },
54     {
55       "name": "AppIcon",
56       "source_files": "FFUtils/Classes/AppIcon/*.swift"
57     }
58   ],
59   "swift_version": "5.0"