blob: 4cc4ff4b45897373e8413cfa16d3daa1f6ddd4e8 [file] [log] [blame]
{
"name": "WRBlueScreen",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"resource_bundles": {
"WRBlueScreenBundle": "Resources/*.{ttf,xib}"
}
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "WRBlueScreen/**/*.{h,m}",
"header_dir": "WRBlueScreen",
"public_header_files": "WRBlueScreen/**/*.h"
}