[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 2 / fuikit / 0.0.6 / fuikit.podspec.json
blob862da496adad7fee6cdd871a9380666dca90c570
2   "name": "fuikit",
3   "version": "0.0.6",
4   "summary": "fuikit makes standard iOS classes easy to use functionally.",
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.6"
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"