[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 3 / e / c / VerifyCodeSwift / 2.0.1 / VerifyCodeSwift.podspec.json
blobde63354a5acc95363a4816d3ed29c71bafbd6f88
2   "name": "VerifyCodeSwift",
3   "version": "2.0.1",
4   "summary": "iOS Custom captcha",
5   "swift_versions": "4.0",
6   "description": "iOS Custom captcha, Support for swift.",
7   "homepage": "https://github.com/zhongjianfeipqy/VerificationCode",
8   "license": "MIT",
9   "authors": {
10     "JF Z": "378789308@qq.com"
11   },
12   "social_media_url": "https://www.jianshu.com/u/2a97371d263b",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/zhongjianfeipqy/VerificationCode.git",
18     "tag": "2.0.1"
19   },
20   "source_files": "VerifyCodeDemo/VerifyCodeView/*",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SnapKit": [
29     ]
30   },
31   "swift_version": "4.0",
32   "subspecs": [
33     {
34       "name": "TDWExtension",
35       "source_files": "VerifyCodeDemo/VerifyCodeView/TDWExtension/*"
36     }
37   ]