blob: 48090a0a83e6c4000a1744686a05251f139879e8 [file] [log] [blame]
{
"name": "SwiftInputListViewTests",
"platforms": {
"ios": "9.0"
},
"summary": "Mock input details for UIAdaptableInputListView unit tests.",
"requires_arc": true,
"version": "1.0.0",
"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.0.0"
},
"frameworks": "UIKit",
"dependencies": {
"SwiftInputListView/Main": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftInputListViewTests/util/**/*.{swift}"
}
]
}