2 "name": "RTViewAttachment",
4 "summary": "A solution for attaching a `UIView` to a text editor",
5 "description": "Since **iOS 7**, developers can attach a `NSTextAttachemnt` to a `UITextView`, and it will display as an image. What if I want to attach a `UIView` to a text editor, and it can layout with all other text?\n\nHere comes a solution. This project is based on `NSTextAttachment`, and no private API is used, no Black Magic.",
6 "homepage": "https://github.com/rickytan/RTViewAttachment",
7 "screenshots": "https://raw.githubusercontent.com/rickytan/RTViewAttachment/master/Screenshot/1.png",
13 "Ricky Tan": "ricky.tan.xin@gmail.com"
16 "git": "https://github.com/rickytan/RTViewAttachment.git",
22 "source_files": "RTViewAttachment/Classes/**/*",