[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / c / 1 / 5 / FFSwiftExtension / 0.0.1 / FFSwiftExtension.podspec.json
blobb5ef8eec639dd61b80b5c3fa7210029a1c948adb
2   "name": "FFSwiftExtension",
3   "version": "0.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "UIKit",
29       "source_files": "FFSwiftExtension/UI{Application,Button,Color,Label,Pasteboard,Screen,View,ViewController}+Ex.swift"
30     },
31     {
32       "name": "Foundation",
33       "source_files": [
34         "FFSwiftExtension/{String,AttributedString,CGFloat,Double,Int}+Ex.swift",
35         "FFSwiftExtension/UserDefaults.swift"
36       ]
37     }
38   ],
39   "swift_version": "5.0"