blob: 0be0d1cf012ae4112c832949e182a7ce1ee804cb [file] [log] [blame]
{
"name": "RTViewAttachment",
"version": "0.1.1",
"summary": "A solution for attaching a `UIView` to a text editor",
"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.",
"homepage": "https://github.com/rickytan/RTViewAttachment",
"screenshots": "https://raw.githubusercontent.com/rickytan/RTViewAttachment/master/Screenshot/1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ricky Tan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/RTViewAttachment.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RTViewAttachment/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}