blob: 2e08491ac39d4b6abf799c87d803f0da095e6777 [file] [log] [blame]
{
"name": "RNMaskTextField",
"version": "1.0.0",
"summary": "UITextfield with mask and message error",
"description": "TIt is a subclass of UITextfield to Provide the mask and message error label..",
"homepage": "https://github.com/souzainf3/RNMaskTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Romilson Nunes": "souzainf3@yahoo.com.br"
},
"social_media_url": "http://twitter.com/souzainf3",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/souzainf3/RNMaskTextField.git",
"tag": "1.0.0"
},
"source_files": "RNMaskTextField/*",
"frameworks": "UIKit",
"requires_arc": true
}