[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 3 / 9 / BKPasscodeView / 0.2.3 / BKPasscodeView.podspec.json
blobfe4c64bf975a9d017f95f44f0adc010b009aded2
2   "name": "BKPasscodeView",
3   "version": "0.2.3",
4   "summary": "Customizable passcode view controller for iOS.",
5   "description": "It supports for setting, changing and authenticating a passcode. Simple numeric passcode or normal passcode can be used.",
6   "homepage": "https://github.com/bkook/BKPasscodeView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/bkook/BKPasscodeView/master/Screenshots/passcode_01.png",
9     "https://raw.githubusercontent.com/bkook/BKPasscodeView/master/Screenshots/passcode_02.png"
10   ],
11   "resource_bundles": {
12     "MyResources": [
13       "BKPasscodeViewDemo/*"
14     ]
15   },
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "authors": "Byungkook Jang",
21   "social_media_url": "http://twitter.com/bkook",
22   "platforms": {
23     "ios": "5.0"
24   },
25   "source": {
26     "git": "https://github.com/bkook/BKPasscodeView.git",
27     "tag": "0.2.3"
28   },
29   "source_files": "BKPasscodeView/**/*.{h,m}",
30   "exclude_files": "Pods",
31   "requires_arc": true,
32   "dependencies": {
33     "AFViewShaker": [
34       "~> 0.0"
35     ]
36   }