blob: cb89e1c5681406aa7e9f610a64db37fa3fd21d4c [file] [log] [blame]
{
"name": "StockKeyboard",
"version": "0.0.2",
"summary": "A custom keyboard for stock.Include ABC and Number board.",
"description": "It is a custom keyboard for stock app used on IOS,whick implement by objective-c..\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/YongbaoWang/StockKeyboard",
"license": "LICENSE",
"authors": {
"Ever": "wangyongbao2009@hotmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/YongbaoWang/StockKeyboard.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
]
}