blob: 7564bd58305df7dd9288c216a1a19358e05d9c90 [file] [log] [blame]
{
"name": "MaterialDesignUITextField",
"version": "0.1.1",
"summary": "iOS text field with Google Material Design layout",
"description": "The goal of this component is create a iOS text field with Google Material Design appearance.",
"homepage": "https://github.com/alborghette/MaterialDesignUITextField",
"license": "MIT",
"authors": {
"Murilo Alves Alborghette": "murilo.alves@outlook.com"
},
"source": {
"git": "https://github.com/alborghette/MaterialDesignUITextField.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MaterialDesignUITextFieldXib": [
"**/*.xib"
]
},
"frameworks": "UIKit"
}