| { |
| "name": "UPEmbeddedTextViewManager", |
| "version": "0.1.1", |
| "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": "a@a.com" |
| }, |
| "source": { |
| "git": "https://github.com/AdrianaPineda/UPEmbeddedTextViewManager.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "UPEmbeddedTextViewManager": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |