[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 5 / 2 / fuikit / 0.0.7 / fuikit.podspec.json
blob42df67bcca1e8ab7ed554efc82fa4bf6fe13d3fe
2   "name": "fuikit",
3   "version": "0.0.7",
4   "summary": "fuikit makes standard iOS classes easy to use with FP patterns.",
5   "swift_versions": [
6     "4.0",
7     "4.1",
8     "4.2",
9     "5.0",
10     "5.1",
11     "5.2"
12   ],
13   "description": "fuikit makes standard iOS classes easy to use with Functional Programming by adding var function properties.\n\nFor instance, instead of subclassing UIViewController, you could use FUIViewController and set the onViewDidLoad property to whatever you'd like.",
14   "homepage": "https://github.com/ThryvInc/fuikit",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Elliot": ""
21   },
22   "source": {
23     "git": "https://github.com/ThryvInc/fuikit.git",
24     "tag": "0.0.7"
25   },
26   "social_media_url": "https://twitter.com/elliot_schrock",
27   "platforms": {
28     "ios": "11.0"
29   },
30   "source_files": "fuikit/Classes/**/*.swift",
31   "resources": "fuikit/**/*.xib",
32   "swift_version": "5.2"