[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 1 / 5 / FFSwiftExtension / 0.0.2 / FFSwiftExtension.podspec.json
blob53a79ac97bb1d8be35f8f5cc8bf18f26668d2ac6
2   "name": "FFSwiftExtension",
3   "version": "0.0.2",
4   "summary": "这是一个总结性的FFSwiftExtension.",
5   "description": "构建初衷,希望可以不断总结一些扩展,便于开发",
6   "homepage": "https://github.com/cocoanerd/FFSwiftExtension.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cocoanerd": "cocoanerd@163.com"
13   },
14   "source": {
15     "git": "https://github.com/cocoanerd/FFSwiftExtension.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "resources": "FFSwiftExtension/FFSwiftExtension.bundle",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "UIKit",
30       "source_files": "FFSwiftExtension/UI{Application,Button,Color,Label,Pasteboard,Screen,View,ViewController}+Ex.swift",
31       "dependencies": {
32         "FFSwiftExtension/Views": [
34         ],
35         "MBProgressHUD": [
37         ]
38       }
39     },
40     {
41       "name": "Foundation",
42       "source_files": [
43         "FFSwiftExtension/{String,AttributedString,CGFloat,Double,Int}+Ex.swift",
44         "FFSwiftExtension/UserDefaults.swift"
45       ]
46     },
47     {
48       "name": "Views",
49       "source_files": "FFSwiftExtension/HUDView.swift"
50     }
51   ],
52   "swift_version": "5.0"