[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / b / TAKAlertUtil / 2.1 / TAKAlertUtil.podspec.json
blob4ea784db594b2f22da0d13c7cd5ac8f31d4cedf9
2   "name": "TAKAlertUtil",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "2.1",
7   "summary": "UIAlertController Support",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "homepage": "https://github.com/taktem/TAKAlertUtil",
13   "authors": {
14     "SOMTD": "nishimura[at]taktem.com"
15   },
16   "source": {
17     "git": "https://github.com/taktem/TAKAlertUtil.git",
18     "tag": "2.1"
19   },
20   "requires_arc": true,
21   "source_files": "TAKAlertUtil/**/*.{h,m}",
22   "public_header_files": "TAKAlertUtil/**/*.{h}",
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 4.1.0"
26     ]
27   }