blob: 246e0b871f7576b92e21aa6a65d754d45f64f57d [file] [log] [blame]
{
"name": "UPEmbeddedTextViewM2",
"version": "0.1.0",
"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)",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UPEmbeddedTextViewM2": [
"Pod/Assets/*.png"
]
}
}