| { |
| "name": "SNTextView", |
| "version": "0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "In this example I'll show how to create a UITextView and add 'See more' button in the end of the text view. — Edit", |
| "homepage": "https://github.com/NarekSafaryan", |
| "authors": { |
| "Narek Safaryan": "nareksafaryan1990@gmail.com" |
| }, |
| "social_media_url": "https://github.com/NarekSafaryan", |
| "source": { |
| "git": "https://github.com/NarekSafaryan/SNTextViewMore.git", |
| "tag": "0.1" |
| }, |
| "frameworks": [ |
| "CoreGraphics", |
| "CoreImage", |
| "CoreText", |
| "UIKit", |
| "Foundation" |
| ], |
| "source_files": "SNTextView/*.{h,m}", |
| "platforms": { |
| "ios": "7.0" |
| } |
| } |