[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / e / b / TAKAlertUtil / 2.0.4 / TAKAlertUtil.podspec.json
blob8e503d2244c990135d7967defefcfbe375f25d80
2   "name": "TAKAlertUtil",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "2.0.4",
7   "summary": "Determine by OSVer. The UIAlertView and UIAlertController",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "homepage": "https://github.com/taktem/TAKAlertUtil",
13   "authors": {
14     "SOMTD": "totem.kc[at]me.com"
15   },
16   "source": {
17     "git": "https://github.com/taktem/TAKAlertUtil.git",
18     "tag": "2.0.4"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Swift",
24       "source_files": "TAKAlertUtil/**/*.swift",
25       "dependencies": {
26         "RxSwift": [
27           "~> 2.0.0-alpha"
28         ],
29         "RxCocoa": [
30           "~> 2.0.0-alpha"
31         ],
32         "RxBlocking": [
33           "~> 2.0.0-alpha"
34         ]
35       }
36     },
37     {
38       "name": "Objective-C",
39       "platforms": {
40         "ios": "7.0"
41       },
42       "source_files": "TAKAlertUtil/**/*.{h,m}",
43       "public_header_files": "TAKAlertUtil/**/*.{h}",
44       "dependencies": {
45         "ReactiveCocoa": [
46           "~> 2.5"
47         ]
48       }
49     }
50   ]