[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 0 / WRBlueScreen / 1.0.0 / WRBlueScreen.podspec.json
blobca2866fc77b95f00551b597bb35467f6dc9163b2
2   "name": "WRBlueScreen",
3   "version": "1.0.0",
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.0"
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"