blob: b2ea51f9e2cea1ac425d23bb95bddc2155f90084 [file] [log] [blame]
{
"name": "SwiftInputListView",
"platforms": {
"ios": "9.0"
},
"summary": "UICollectionView subclass that combines InputData and UIAdaptableInputView.",
"requires_arc": true,
"version": "1.1.8",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftInputListView.git",
"source": {
"git": "https://github.com/protoman92/SwiftInputListView.git",
"tag": "1.1.8"
},
"frameworks": "UIKit",
"dependencies": {
"SwiftInputView/Main": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftInputListView/**/*.{swift}"
},
{
"name": "Test",
"source_files": [
"SwiftInputListView/**/*.{swift}",
"SwiftInputListViewTests/util/**/*.{swift}"
]
}
]
}