[Add] VisionSDK 1.6.2
[CocoaPods.git] / Specs / 5 / f / 0 / WRBlueScreen / 1.0.1 / WRBlueScreen.podspec.json
blob4cc4ff4b45897373e8413cfa16d3daa1f6ddd4e8
2   "name": "WRBlueScreen",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "iOS error handling on old school Windows BSOD.",
6   "homepage": "https://github.com/rafalwojcik/WRBlueScreen",
7   "authors": "Rafał Wójcik",
8   "source": {
9     "git": "https://github.com/rafalwojcik/WRBlueScreen.git",
10     "tag": "1.0.1"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "ios": {
16     "resource_bundles": {
17       "WRBlueScreenBundle": "Resources/*.{ttf,xib}"
18     }
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "source_files": "WRBlueScreen/**/*.{h,m}",
23   "header_dir": "WRBlueScreen",
24   "public_header_files": "WRBlueScreen/**/*.h"