blob: 800d091addba79ef4de43e36bc42690aa2c262c6 [file] [log] [blame]
{
"name": "SCNumberKeyBoard",
"version": "0.3.1",
"summary": "A Money Number KeyBoard Like AliPay Money Number KeyBoard.",
"description": "## SCNumberKeyBoard\n* A Money Number KeyBoard Like AliPay Money Number KeyBoard.\n* You can use code, xib and storyboard.\n\n## Installation\nUse the [CocoaPods](http://github.com/CocoaPods/CocoaPods).\n\nIn your Podfile\n>`pod 'SCNumberKeyBoard'`\n\nGet SCNumberKeyBoard\n>`#import \"SCNumberKeyBoard.h\"`\n\n## Or\nDrag `SCNumberKeyBoardDemo/Classes` folder into your project\n>`#import \"SCNumberKeyBoard.h\"`\n\n## Previews\n![](http://i1.tietuku.com/56d87eac2287ab33.gif)\n\n## How To Use\n```objc\n[SCNumberKeyBoard showOnViewController:<#viewController#> block:^(UITextField *textField, NSString *number) {\n NSLog(@\"%@\", number);\n}];\n```\n### Or\n```objc\n[SCNumberKeyBoard showWithTextField:<#textField#> block:^(UITextField *textField, NSString *number) {\n NSLog(@\"%@\", number);\n}];\n```\n## Localization\nLocalization include Chinese and English, you can add other by yourself. Change localization you should edit Info.plist, \nthe item of [Localization native development region], this project default is base, you can change to en for display English.\n\n-----------------\n\n## 金额输入键盘\n* 可以同时在代码和Xib以及Storyboard中使用。\n* 只需要简单一句代码即可搞定麻烦的金额输入控制。\n\n## 如何使用SCNumberKeyBoard\n### Cocoapods:\n* cocoapods导入:`pod 'SCNumberKeyBoard'`\n### 手动导入:\n* 将`SCNumberKeyBoardDemo/Classes`文件夹中的所有文件拽入项目中\n* 导入主头文件:`#import \"SCNumberKeyBoard.h\"`\n\n## 效果图\n![](http://i1.tietuku.com/56d87eac2287ab33.gif)\n\n## 加入代码\n```objc\n[SCNumberKeyBoard showOnViewController:<#viewController#> block:^(UITextField *textField, NSString *number) {\n NSLog(@\"%@\", number);\n}];\n```\n### Or\n```objc\n[SCNumberKeyBoard showWithTextField:<#textField#> block:^(UITextField *textField, NSString *number) {\n NSLog(@\"%@\", number);\n}];\n```\n## 本地化\n本地化只包含了中文和英文,其他语言自行添加\n改变语言环境请在工程目录下找到并编辑Info.plist文件的[Localization native development region]项,本工程默认为base显示中文,或者改为en显示英文",
"homepage": "https://github.com/shicang1990/SCNumberKeyBoard",
"screenshots": "http://i1.tietuku.com/56d87eac2287ab33.gif",
"license": "MIT",
"authors": {
"ShiCang": "shicang1990@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/shicang1990/SCNumberKeyBoard.git",
"tag": "0.3.1"
},
"source_files": "Classes/*.{h,m}",
"resources": "Resources/SCNumberKeyBoard.bundle",
"requires_arc": true
}