[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / e / PasscodeLock / 1.0.2 / PasscodeLock.podspec.json
blob5add5d540b5d67448b72249980bf9495f6481118
2   "name": "PasscodeLock",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.txt"
7   },
8   "summary": "An iOS passcode lock with Touch ID authentication written in Swift.",
9   "homepage": "https://github.com/velikanov/SwiftPasscodeLock",
10   "authors": {
11     "Yanko Dimitrov": "",
12     "Chris Ziogas": ""
13   },
14   "source": {
15     "git": "https://github.com/velikanov/SwiftPasscodeLock.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "PasscodeLock/*.{h,swift}",
23     "PasscodeLock/*/*.{swift}"
24   ],
25   "resources": [
26     "PasscodeLock/Views/PasscodeLockView.xib",
27     "PasscodeLock/en.lproj/*"
28   ],
29   "requires_arc": true