[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 8 / e / 0 / FFUtils / 0.2.3.alph-2 / FFUtils.podspec.json
blobeff759f83be3f25b55d1435447afdd4afe4f715d
2   "name": "FFUtils",
3   "version": "0.2.3.alph-2",
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.alph-2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FFUtils/Classes/**/*",
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "FUIKitExtension",
26       "source_files": "FFUtils/Classes/Extension/UIKit/**/*"
27     },
28     {
29       "name": "FFoundationExtension",
30       "source_files": "FFUtils/Classes/Extension/Foundation/**/*"
31     },
32     {
33       "name": "Keyboard",
34       "source_files": "FFUtils/Classes/KeyBoard/**/*"
35     }
36   ],
37   "swift_version": "5.0"