blob: eeeae32d9472379b86f397103e8bfe6449da54b0 [file] [log] [blame]
{
"name": "PoporInputCell",
"version": "1.05",
"summary": "简化UITableViewCell 设定输入框,按钮等部件。包含大陆号码、钱、银行卡数字格式化。验证码倒计时等。",
"homepage": "https://github.com/popor/PoporInputCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://github.com/popor/PoporInputCell.git",
"tag": "1.05"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "Example/Classes/PoporInputCell/*.{h,m}",
"dependencies": {
"Masonry": [
],
"PoporFoundation/NSString": [
],
"PoporUI/UITextField": [
],
"PoporUI/UITextView": [
]
}
}