[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / e / b / TAKAlertUtil / 2.0.3 / TAKAlertUtil.podspec.json
blobd1c6c68c22d89fd514dd95c6ee4e72f40b25a20e
2   "name": "TAKAlertUtil",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "2.0.3",
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.3"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Swift",
24       "source_files": "TAKAlertUtil/**/*.swift"
25     },
26     {
27       "name": "Objective-C",
28       "platforms": {
29         "ios": "7.0"
30       },
31       "source_files": "TAKAlertUtil/**/*.{h,m}",
32       "public_header_files": "TAKAlertUtil/**/*.{h}",
33       "dependencies": {
34         "ReactiveCocoa": [
35           "~> 2.5"
36         ]
37       }
38     }
39   ]