[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / c / 5 / HRAlertView / 1.0.1 / HRAlertView.podspec.json
blobbe6715392597022aeb7837f259548acd1939ea4a
2   "name": "HRAlertView",
3   "version": "1.0.1",
4   "summary": "A customer AlertView",
5   "homepage": "https://github.com/luhuaren/HRAlertView",
6   "license": {
7     "type": "TbagLicense",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "tbag": "tbag@163.com"
12   },
13   "source": {
14     "git": "https://github.com/luhuaren/HRAlertView.git",
15     "tag": "1.0.1"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "exclude_files": [
22     "**/*.md",
23     "**/LICENSE"
24   ],
25   "source_files": "HRAlertView/{HRAlertView.h,HRAlertView.m}",
26   "requires_arc": true,
27   "static_framework": true,
28   "platforms": {
29     "ios": "8.0"
30   },
31   "dependencies": {
32     "Masonry": [
33       "~> 1.1.0"
34     ]
35   }