[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 1 / RTViewAttachment / 0.1.1 / RTViewAttachment.podspec.json
blob0be0d1cf012ae4112c832949e182a7ce1ee804cb
2   "name": "RTViewAttachment",
3   "version": "0.1.1",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ricky Tan": "ricky.tan.xin@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/rickytan/RTViewAttachment.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "RTViewAttachment/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]