| { |
| "name": "TKKeyboardControl", |
| "version": "1.0.0", |
| "summary": "TKKeyboardControl adds keyboard awareness and scrolling dismissal (a.k.a. iMessages app) to any view with only 1 line of code for Swift.", |
| "homepage": "https://github.com/cztatsumi-keisuke", |
| "license": "MIT", |
| "authors": { |
| "cztatsumi-keisuke": "nietzsche.god.is.dead@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/cztatsumi-keisuke/TKKeyboardControl.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/TK_u_nya", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "TKKeyboardControl/Classes/*.{swift}", |
| "frameworks": "UIKit" |
| } |