blob: 17dd88e389a43f611c5d3a64d62c3df6fb0ab3d5 [file] [log] [blame]
{
"name": "RTFCPTextFieldCustomizablePlaceholder",
"version": "0.1.2",
"summary": "Subclass of `UITextField` which allows for more customization of placeholder and text framing and attributes.",
"homepage": "https://github.com/Resplendent/RTFCPTextFieldCustomizablePlaceholder",
"license": "MIT",
"authors": {
"Benjamin Maer": "ben@resplendent.co"
},
"source": {
"git": "https://github.com/Resplendent/RTFCPTextFieldCustomizablePlaceholder.git",
"tag": "v0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RTFCPTextFieldCustomizablePlaceholder": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"~> 0.4.0"
],
"RUTextSize": [
"~> 0.1.8"
]
}
}