[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / e / a / SQLCodeInputView / 0.0.3 / SQLCodeInputView.podspec.json
blob2067b27117b26abaa0e4161e4b3e626202d45a4d
2   "name": "SQLCodeInputView",
3   "version": "0.0.3",
4   "summary": "类似于验证码输入",
5   "description": "类似于验证码输入,依赖Masonry,可以16位输入",
6   "homepage": "https://github.com/beiguo172528/SQLCodeInputView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SQL": "1042612904@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/beiguo172528/SQLCodeInputView.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "SQLCodeInputView",
23     "SQLCodeInputView/**/*.{h,m}"
24   ],
25   "exclude_files": "",
26   "resource_bundles": {
27     "SQLCodeInputView": [
28       "SQLCodeInputView/**/*.{xib,png,xcassets}"
29     ]
30   },
31   "dependencies": {
32     "Masonry": [
33       "~> 1.1.0"
34     ]
35   }