| { |
| "name": "IMTextView", |
| "version": "1.0", |
| "summary": "An iOS textview with customized icons.", |
| "description": "A longer description of IMTextView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!", |
| "homepage": "https://github.com/jagadeesheie/IMTextView", |
| "license": "MIT", |
| "authors": { |
| "Jagadeesh Deivasigamai": "jagadeesheie@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jagadeesheie/IMTextView.git", |
| "tag": "v1.0" |
| }, |
| "source_files": [ |
| "IMTextView", |
| "IMTextView/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |