[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 0 / SwiftyCodeView / 0.3.2 / SwiftyCodeView.podspec.json
blobb2d23c262028fad4f81ebe911b2185558f11ce7f
2   "name": "SwiftyCodeView",
3   "swift_version": "4.1",
4   "version": "0.3.2",
5   "summary": "An UI Component for verification codes written in swift",
6   "description": "A customizable verification code UI Component. Can be used for phone verification codes, passwords etc.",
7   "homepage": "https://github.com/arturdev/SwiftyCodeView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "arturdev": "mkrtarturdev@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/arturdev/SwiftyCodeView.git",
17     "tag": "0.3.2"
18   },
19   "platforms": {
20     "ios": "9.3"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SwiftyCodeView/Classes/SwiftyCodeView/*",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "SwiftyCodeView/Classes/RxSwiftyCodeView/*",
32       "dependencies": {
33         "SwiftyCodeView/Core": [
35         ],
36         "RxSwift": [
38         ],
39         "RxCocoa": [
41         ]
42       }
43     }
44   ]