| { |
| "name": "SLCursorOffset", |
| "version": "1.0.0", |
| "summary": "An category to calculate textField cursor offset", |
| "description": " An category to calculate textField cursor offset\n * Markdown format.\n * Don't worry about the indent, we strip it!\n", |
| "homepage": "https://github.com/LiuShulong/SLCursorOffset", |
| "license": "MIT", |
| "authors": { |
| "LiuShulong": "bigfish_liu@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/LiuShulong/SLCursorOffset.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "SLCursorOffset": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": "UIKit" |
| } |