blob: 80803f0e4902a8bffa9b887e4548d14810a23096 [file] [log] [blame]
{
"name": "CodeView",
"version": "0.1.1",
"summary": "Easy passcode input",
"description": "CodeView helps you to implement a simple numeric passcode input.",
"homepage": "https://github.com/euroboy/CodeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rmatei1@gmail.com": "rmatei1@gmail.com"
},
"source": {
"git": "https://github.com/euroboy/CodeView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CodeView/Classes/**/*",
"resource_bundles": {
"CodeView": [
"CodeView/Assets/*.{xib,png}"
]
},
"frameworks": "UIKit"
}