[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / a / 9 / 0 / SwiftyCodeView / 0.3.4 / SwiftyCodeView.podspec.json
blob13b8f04a357fcfc40009d9780d6a915a252352ec
2   "name": "SwiftyCodeView",
3   "swift_versions": "5.0",
4   "version": "0.3.4",
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.4"
18   },
19   "platforms": {
20     "ios": "9.3"
21   },
22   "default_subspecs": "Core",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftyCodeView/Classes/SwiftyCodeView/*",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "RxSwift",
32       "source_files": "SwiftyCodeView/Classes/RxSwiftyCodeView/*",
33       "dependencies": {
34         "SwiftyCodeView/Core": [
36         ],
37         "RxSwift": [
39         ],
40         "RxCocoa": [
42         ]
43       }
44     }
45   ]