[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / c / VerifyCodeSwift / 2.0 / VerifyCodeSwift.podspec.json
blob4376081fac5acaa420cb301a3dd7d3ba5b4e084f
2   "name": "VerifyCodeSwift",
3   "version": "2.0",
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"
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   ]