blob: 6eb8411d4e1980310e65a9aa00ca775ada57f950 [file] [log] [blame]
{
"name": "JJMaterialTextField",
"version": "0.1.0",
"summary": "A subclass of UITextfield based on Material Design",
"description": "This CocoaPod provides a UITextfield with Material Design appearance",
"homepage": "https://github.com/juanjoguevara/JJMaterialTextField",
"license": "MIT",
"authors": {
"Juanjo Guevara": "juanjoguevara@gmail.com"
},
"source": {
"git": "https://github.com/juanjoguevara/JJMaterialTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JJMaterialTextField": [
"Pod/Assets/*.png"
]
}
}