[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 5 / SCNumberKeyBoard / 0.5.1 / SCNumberKeyBoard.podspec.json
blob804f5ea4497aeb30594d01699a9586cacd70ddbf
2   "name": "SCNumberKeyBoard",
3   "version": "0.5.1",
4   "summary": "A Money Number KeyBoard Like AliPay Money Number KeyBoard.",
5   "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` and `SCNumberKeyBoardDemo/Resources/` 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#> enterButtonTitle:nil enter:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n    } close:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n}];\n```\n## Or\n```objc\n[SCNumberKeyBoard showWithTextField:<#textField#> enter:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n    } close:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n}];\n## Localization\nLocalization include Chinese and English, you can add other by yourself. Change localization you should edit Info.plist.\n\nUse localization that you should change iOS system language.\n\n-----------------\n\n## 金额输入键盘\n* 可以同时在代码和Xib以及Storyboard中使用。\n* 只需要简单一句代码即可搞定麻烦的金额输入控制。\n\n## 如何使用SCNumberKeyBoard\n### Cocoapods:\n* cocoapods导入:`pod 'SCNumberKeyBoard'`\n### 手动导入:\n* 将`SCNumberKeyBoardDemo/Classes`和`SCNumberKeyBoardDemo/Resources/`文件夹中的所有文件拽入项目中\n* 导入主头文件:`#import \"SCNumberKeyBoard.h\"`\n\n## 效果图\n![](http://i1.tietuku.com/56d87eac2287ab33.gif)\n\n## 加入代码\n```objc\n[SCNumberKeyBoard showOnViewController:<#viewController#> enterButtonTitle:nil enter:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n    } close:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n}];\n```\n## 或者\n```objc\n[SCNumberKeyBoard showWithTextField:<#textField#> enter:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n    } close:^(UITextField *textField, NSString *number) {\n        NSLog(@\"textField:%@ - number:%@\", textField, number);\n}];\n```\n## 本地化\n本地化只包含了中文和英文,其他语言自行添加。\n\n使用本地化,改变iOS系统语言即可。",
6   "homepage": "https://github.com/shicang1990/SCNumberKeyBoard",
7   "screenshots": "http://i1.tietuku.com/56d87eac2287ab33.gif",
8   "license": "MIT",
9   "authors": {
10     "ShiCang": "shicang1990@gmail.com"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/shicang1990/SCNumberKeyBoard.git",
17     "tag": "0.5.1"
18   },
19   "source_files": "Classes/*.{h,m}",
20   "resources": "Resources/SCNumberKeyBoard.bundle",
21   "requires_arc": true