[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / 2 / UPEmbeddedTextViewManager / 0.1.2 / UPEmbeddedTextViewManager.podspec.json
blob4b3db31963ddc925d69bac60f14da4335f6f910d
2   "name": "UPEmbeddedTextViewManager",
3   "version": "0.1.2",
4   "summary": "Convenience tool for employing UITextView instances embedded in table views.",
5   "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!",
6   "homepage": "https://github.com/AdrianaPineda/UPEmbeddedTextViewManager",
7   "license": "MIT",
8   "authors": {
9     "Martin Uribe & Adriana Pineda": "am.pineda206@uniandes.edu.co"
10   },
11   "source": {
12     "git": "https://github.com/AdrianaPineda/UPEmbeddedTextViewManager.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "UPEmbeddedTextViewManager": [
22       "Pod/Assets/*.png"
23     ]
24   }