blob: 4b257323069ff1ba05f923398104a6f2a2c9cc35 [file] [log] [blame]
{
"name": "CodeField",
"version": "0.1.0",
"summary": "Custom UITextField to input code.",
"description": "CodeField is custom view extends UIView. Using CodeField you can type the code like secret codes.",
"homepage": "https://github.com/brownsoo/CodeField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brownsoo": "hansune@me.com"
},
"source": {
"git": "https://github.com/brownsoo/CodeField.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hansoolabs",
"platforms": {
"ios": "9.0"
},
"source_files": "CodeField/Classes/**/*",
"frameworks": "UIKit"
}