[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / f / 5 / 2 / fuikit / 0.1.2 / fuikit.podspec.json
blob5aba2e2dbef95aa9c55c0e13859ad7f8972f904e
2   "name": "fuikit",
3   "version": "0.1.2",
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.2",
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": "CoreLocation",
36       "source_files": "fuikit/Classes/FCL/*.swift"
37     },
38     {
39       "name": "CoreBluetooth",
40       "source_files": "fuikit/Classes/FCB/*.swift"
41     }
42   ],
43   "swift_version": "5.2"