[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 7 / 8 / 1 / MFVerificationCode / 1.2.1 / MFVerificationCode.podspec.json
blob58f56b19ef27b831479c4c6844703b4918b84592
2   "name": "MFVerificationCode",
3   "version": "1.2.1",
4   "swift_version": "4.2",
5   "summary": "VerificationCode is a sample and easy phone auth UI Component.",
6   "description": "VerificationCode is a mobile phone auth UI Component with underlines for each character placeholder.",
7   "homepage": "https://github.com/oneofai/VerificationCode",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Sun": "holaux@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/oneofai/VerificationCode.git",
17     "tag": "1.2.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Source/VerificationCode/*",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "Rx",
31       "source_files": "Source/Rx/*",
32       "dependencies": {
33         "MFVerificationCode/Core": [
35         ],
36         "RxSwift": [
38         ],
39         "RxCocoa": [
41         ]
42       }
43     }
44   ]