| { |
| "name": "TCDInputView", |
| "version": "0.1.0", |
| "summary": "TCDInputView is an open source custom input view which is displayed when a text field becomes the first responder.", |
| "homepage": "https://github.com/tomdiggle/TCDInputView", |
| "screenshots": "http://tomdiggle.com/assets/images/tcdinputview.png", |
| "license": "MIT", |
| "authors": { |
| "Tom Diggle": "tom@tomdiggle.com" |
| }, |
| "social_media_url": "https://twitter.com/tomdiggle", |
| "source": { |
| "git": "https://github.com/tomdiggle/TCDInputView.git", |
| "tag": "0.1.0" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "TCDInputView", |
| "resources": "TCDInputView/Images/*.png" |
| } |