| { |
| "name": "CKTextField", |
| "version": "0.2.0", |
| "summary": "An improved version of the original UITextField.", |
| "description": "CKTextField was started as an enhanced UITextField which\nuses subtle animations to add to a better user\nexperience.", |
| "homepage": "https://github.com/JaNd3r/CKTextField", |
| "screenshots": "https://raw.githubusercontent.com/JaNd3r/CKTextField/master/CKTextFieldDemo.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Christian Klaproth": "ck@cm-works.de" |
| }, |
| "social_media_url": "http://twitter.com/JaNd3r", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/JaNd3r/CKTextField.git", |
| "tag": "0.2.0" |
| }, |
| "source_files": "CKTextField/*.{h,m}" |
| } |