[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / b / 0 / UIAdapterKit / 0.1.0 / UIAdapterKit.podspec.json
blobd52c9699e137fb1c5136f216304b43d3484b164b
2   "name": "UIAdapterKit",
3   "version": "0.1.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.1.0"
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": "Common",
31       "source_files": [
32         "UIAdapterKit/Classes/**/*",
33         "UIAdapterKit-Common/Classes/**/*"
34       ]
35     }
36   ]