| { |
| "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" |
| } |