blob: 016725e32f7d7776555b8e639b6a84c370ba9392 [file] [log] [blame]
{
"name": "SwiftBaseViews",
"platforms": {
"ios": "9.0"
},
"summary": "A collection of base view/view controller classes for Swift.",
"requires_arc": true,
"version": "1.0.1",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftBaseViews.git",
"source": {
"git": "https://github.com/protoman92/SwiftBaseViews.git",
"tag": "1.0.1"
},
"frameworks": "UIKit",
"dependencies": {
"SwiftUIUtilities/Main": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftBaseViews/**/*.{swift}"
}
]
}