blob: 562749178cec864a889d1e892f47fd603cfdf21d [file] [log] [blame]
{
"name": "TYPinLock",
"version": "1.0.0",
"summary": "A sample pinlock.",
"homepage": "https://github.com/luckytianyiyan/TYPinLock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luckytianyiyan": "luckytianyiyan@wacai.com"
},
"source": {
"git": "https://github.com/luckytianyiyan/TYPinLock.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/luckytianyiyan",
"platforms": {
"ios": "8.0"
},
"source_files": "TYPinLock/Classes/**/*",
"private_header_files": "TYPinLock/Classes/private/*.h",
"resource_bundles": {
"TYPinLock": [
"TYPinLock/Assets/*"
]
},
"frameworks": [
"UIKit",
"LocalAuthentication"
]
}