| { |
| "name": "KYDrawerController", |
| "version": "2.0.0", |
| "summary": "KYDrawerController is a side drawer navigation container view controller.", |
| "homepage": "https://github.com/ykyouhei/KYDrawerController", |
| "license": "MIT", |
| "authors": { |
| "Kyohei Yamaguchi": "kyouhei.lab@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/kyo__hei", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/ykyouhei/KYDrawerController.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "KYDrawerController/Classes/*.swift", |
| "requires_arc": true, |
| "xcconfig": { |
| "SWIFT_VERSION": "3" |
| } |
| } |