[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / b / 0 / UIAdapterKit / 0.3.1 / UIAdapterKit.podspec.json
blob1b6c54e88a19a746fa66f5f31cfc892b8f32e5ff
2   "name": "UIAdapterKit",
3   "version": "0.3.1",
4   "summary": "A set of declarative adapters.",
5   "description": "A set of adapters useful to define UITableView and UICollectionView in a declarative way.",
6   "homepage": "https://github.com/andreadelfante/UIAdapterKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "andreadelfante": "andreadelfante94@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/andreadelfante/UIAdapterKit.git",
16     "tag": "0.3.1"
17   },
18   "default_subspecs": "Basic",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Basic",
27       "source_files": "UIAdapterKit/Classes/**/*"
28     },
29     {
30       "name": "Realm",
31       "source_files": [
32         "UIAdapterKit/Classes/**/*",
33         "UIAdapterKit-Realm/Classes/**/*"
34       ],
35       "dependencies": {
36         "RealmSwift": [
38         ]
39       }
40     },
41     {
42       "name": "Common",
43       "source_files": [
44         "UIAdapterKit/Classes/**/*",
45         "UIAdapterKit-Common/Classes/**/*"
46       ]
47     }
48   ]