blob: c35a42a2a6fd8622b1ffa8d4a0bf42d8deb20a16 [file] [log] [blame]
{
"name": "DMPasscode",
"version": "2.0.1",
"summary": "Passcode screen with Touch ID support",
"homepage": "https://github.com/d-32/DMPasscode",
"license": "Public Domain",
"authors": {
"Dylan Marriott": "info@d-32.com"
},
"source": {
"git": "https://github.com/d-32/DMPasscode.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/dylan36032",
"screenshots": "http://46.105.26.1/uploads/passcode.png",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"DMPasscode": "Pod/Assets/*.lproj"
},
"public_header_files": [
"Pod/Classes/DMPasscode.h",
"Pod/Classes/DMPasscodeConfig.h"
],
"frameworks": [
"UIKit",
"Security",
"LocalAuthentication"
]
}