| { |
| "name": "UITextField+TextOffsetFix", |
| "version": "0.0.1", |
| "summary": "UITextField character moves down when editing bug fix in iOS10", |
| "homepage": "https://github.com/Kofktu/UITextField-TextOffsetFix", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kofktu": "kofktu@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Kofktu/UITextField-TextOffsetFix.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "UITextField+TextOffsetFix/UITextField+TextOffsetFix.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |