blob: 9a7863e82d28876d5419992eacdde58e6bc1b3a0 [file] [log] [blame]
{
"name": "JJMaterialTextField",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JJMaterialTextField": [
"Pod/Assets/*.png"
]
}
}