[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 2 / fuikit / 0.0.2 / fuikit.podspec.json
blob849ff081aa665c30b87d033c39f03fe891d2ded3
2   "name": "fuikit",
3   "version": "0.0.2",
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.2"
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"