[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / b / 0 / UIAdapterKit / 0.12.0 / UIAdapterKit.podspec.json
blob2a565f2ad078b63f3e816ea5a6646538c7c2ee29
2   "name": "UIAdapterKit",
3   "version": "0.12.0",
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.12.0"
17   },
18   "default_subspecs": "Basic",
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "subspecs": [
24     {
25       "name": "Basic",
26       "source_files": "UIAdapterKit/Classes/**/*"
27     },
28     {
29       "name": "Realm",
30       "source_files": [
31         "UIAdapterKit/Classes/**/*",
32         "UIAdapterKit-Realm/Classes/**/*"
33       ],
34       "dependencies": {
35         "RealmSwift": [
37         ]
38       }
39     },
40     {
41       "name": "Common",
42       "source_files": [
43         "UIAdapterKit/Classes/**/*",
44         "UIAdapterKit-Common/Classes/**/*"
45       ]
46     }
47   ],
48   "swift_version": "5.1"