blob: 2f7b7c61a2e7a2cd2ab8c8e0094dffb9d9004fe1 [file] [log] [blame]
{
"name": "StanwoodDialog",
"version": "1.0.5",
"summary": "Library to show a rating dialog prompt like the one used in On Air.",
"description": "This library allows to show a rating dialog prompt like the one used in On Air. \nThis allows a more personal approach and dismisses automatically when no interaction.",
"homepage": "https://github.com/stanwood/StanwoodDialog_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stanwood": "ios.frameworks@stanwood.io"
},
"source": {
"git": "https://github.com/stanwood/StanwoodDialog_iOS.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Stanwood_Dialog_iOS/Classes/**/*.{swift}",
"resource_bundles": {
"Stanwood_Dialog_iOS": [
"Stanwood_Dialog_iOS/Classes/**/*.{xib,png,jpeg}"
]
},
"frameworks": "UIKit"
}