blob: 2a68d99ab19b313f4be7f968cfc19a9b26d0846d [file] [log] [blame]
{
"name": "ASKeyboard",
"version": "0.0.1",
"summary": "ASKeyboard is a customized keyboard for iOS applications.",
"homepage": "https://github.com/andy-sheng/ASKeyboard",
"license": "MIT",
"authors": {
"andysheng": "andysheng@live.com"
},
"source": {
"git": "https://github.com/andy-sheng/ASKeyboard.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASKeyboard": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
]
}
}