blob: 8a0499713c0648a30e28c23933ebe005a5bb5f48 [file] [log] [blame]
{
"name": "WRBlueScreenSwift",
"version": "1.0.3",
"license": "MIT",
"summary": "iOS error handling on old school Windows BSOD.",
"homepage": "https://github.com/rafalwojcik/WRBlueScreen",
"authors": "Rafał Wójcik",
"source": {
"git": "https://github.com/rafalwojcik/WRBlueScreen.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"resource_bundles": {
"WRBlueScreenBundle": "Resources/{WRBlueScreenViewSwift.xib,*.ttf}"
}
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "WRBlueScreen/**/*.swift"
}