| { |
| "name": "DLCustomKeyBoard", |
| "version": "0.1.0", |
| "summary": "a scrambled custom keyboard", |
| "description": "A fully customizable keyboard with cocoapods import support, including numeric and alphabetic keyboard with scrambled and sequential support", |
| "homepage": "https://github.com/alreadyRight/DLCustomKeyBoard", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "18358588190@163.com": "bingfeng.z@sunyard.com" |
| }, |
| "source": { |
| "git": "https://github.com/alreadyRight/DLCustomKeyBoard.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "DLCustomKeyBoard/Classes/**/*", |
| "resource_bundles": { |
| "DLCustomKeyBoard": [ |
| "DLCustomKeyBoard/Assets/**/*.png" |
| ] |
| } |
| } |