blob: 5247c6b54b761ece457d272208498be5d6f98906 [file] [log] [blame]
{
"name": "FADesignable",
"version": "0.1.3",
"summary": "fix dependency with UITextView+Placeholder and fix under line draw below FAFloatLabelTextView",
"homepage": "https://github.com/fadizant/FADesignable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fadizant": "fadizant@gmail.com"
},
"source": {
"git": "https://github.com/fadizant/FADesignable.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FADesignable/Classes/**/*",
"dependencies": {
"UITextView+Placeholder": [
]
},
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
}
}