blob: 4b3db31963ddc925d69bac60f14da4335f6f910d [file] [log] [blame]
{
"name": "UPEmbeddedTextViewManager",
"version": "0.1.2",
"summary": "Convenience tool for employing UITextView instances embedded in table views.",
"description": "Enables scrolling and selection amongst other characteristics, to behave somewhat like the Notes section in the Contacts app (while editing a contact)\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/AdrianaPineda/UPEmbeddedTextViewManager",
"license": "MIT",
"authors": {
"Martin Uribe & Adriana Pineda": "am.pineda206@uniandes.edu.co"
},
"source": {
"git": "https://github.com/AdrianaPineda/UPEmbeddedTextViewManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UPEmbeddedTextViewManager": [
"Pod/Assets/*.png"
]
}
}