blob: 1cee7275b94f5135b62ae9916d16d393e4957159 [file] [log] [blame]
{
"name": "UIAdapterKit",
"version": "0.12.1",
"summary": "A set of declarative adapters.",
"description": "A set of adapters useful to define UITableView and UICollectionView in a declarative way.",
"homepage": "https://github.com/andreadelfante/UIAdapterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andreadelfante": "andreadelfante94@gmail.com"
},
"source": {
"git": "https://github.com/andreadelfante/UIAdapterKit.git",
"tag": "0.12.1"
},
"default_subspecs": "Basic",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Basic",
"source_files": "UIAdapterKit/Classes/**/*"
},
{
"name": "Realm",
"source_files": [
"UIAdapterKit/Classes/**/*",
"UIAdapterKit-Realm/Classes/**/*"
],
"dependencies": {
"RealmSwift": [
]
}
},
{
"name": "Common",
"source_files": [
"UIAdapterKit/Classes/**/*",
"UIAdapterKit-Common/Classes/**/*"
]
}
],
"swift_version": "5.1"
}