[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 5 / SCNumberKeyBoard / 0.3.2 / SCNumberKeyBoard.podspec.json
blob291916d206689760eb643d06fdf00e66ab456297
2   "name": "SCNumberKeyBoard",
3   "version": "0.3.2",
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` 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显示英文",
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.3.2"
18   },
19   "source_files": "Classes/*.{h,m}",
20   "resources": "Resources/SCNumberKeyBoard.bundle",
21   "requires_arc": true