[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 5 / 4 / RSPOPAlertView / 0.0.3 / RSPOPAlertView.podspec.json
blob0c16a8157a45be8875ef41c7a8860bbd2c081861
2   "name": "RSPOPAlertView",
3   "version": "0.0.3",
4   "summary": "Fullscreen pop-able and block-able alert view.",
5   "homepage": "https://github.com/yeahdongcn/RSPOPAlertView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "R0CKSTAR": "yeahdongcn@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/yeahdongcn/RSPOPAlertView.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "resources": "Classes/*.xib",
22   "frameworks": [
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "pop": [
28       "~> 1.0.4"
29     ]
30   }