| { |
| "name": "SGTextField", |
| "version": "1.0", |
| "summary": "Create text insets.", |
| "description": "By default UITextField not supports text insets around text.SGTextField is subclassing UITextField and overrides textRectForBounds to extend functionality.", |
| "homepage": "https://github.com/sger/SGTextField", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Spiros Gerokostas": "spiros.gerokostas@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sger/SGTextField.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "frameworks": "UIKit" |
| } |