blob: b5bbb8379e660b76534913ab0649503ba5b05627 [file] [log] [blame]
{
"name": "SwiftDialogController",
"platforms": {
"ios": "9.0"
},
"summary": "UIViewController that can be presented on top of another UIViewController, with behaviors similar to Android's DialogFragment.",
"requires_arc": true,
"version": "1.1.1",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SwiftDialogController.git",
"source": {
"git": "https://github.com/protoman92/SwiftDialogController.git",
"tag": "1.1.1"
},
"frameworks": "UIKit",
"dependencies": {
"SwiftBaseViews/Main": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Main",
"source_files": "SwiftDialogController/**/*.{swift}"
}
]
}