blob: 9951393811d073a00812d87ece5c3ebf4fc9d7fd [file] [log] [blame]
{
"name": "CJFloatingTextField",
"version": "1.0.0",
"summary": "A versatile, highly configurable text field that with a floating display label and icon image view",
"description": " CJFloatingLabel is a UI component designed as part of CoinJar touch.\n Inspired by the Google's polymer project, CJFloatingLabel provides a versatile,\n highly configurable text field that comes with a floating display label and icon image view.\n",
"homepage": "https://github.com/coinjar/CJFloatingTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoinJar": "info@coinjar.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/coinjar/CJFloatingTextField.git",
"tag": "1.0.0"
},
"source_files": [
"CJFloatingTextField",
"CJFloatingTextField/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}