[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 5 / 2 / fuikit / 0.1.5 / fuikit.podspec.json
blob28f02ff8c785e33926d43c1d2a82b3baa6f29620
2   "name": "fuikit",
3   "version": "0.1.5",
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.1.5",
25     "submodules": true
26   },
27   "social_media_url": "https://twitter.com/elliot_schrock",
28   "platforms": {
29     "ios": "11.0"
30   },
31   "source_files": "fuikit/Classes/**/*.swift",
32   "resources": "fuikit/**/*.xib",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "fuikit/Classes/Core/**/*.swift",
37       "resources": "fuikit/Classes/Core/**/*.xib"
38     },
39     {
40       "name": "CoreLocation",
41       "source_files": "fuikit/Classes/FCL/*.swift"
42     },
43     {
44       "name": "CoreBluetooth",
45       "source_files": "fuikit/Classes/FCB/*.swift"
46     }
47   ],
48   "swift_version": "5.2"