blob: 371637cabf7e61f27f210967f4783e53a71a81ec [file] [log] [blame]
{
"name": "CHRTextFieldFormatter",
"version": "1.0",
"summary": "Provides UITextField formatting masks. Such as phone number and credit card number formatters.",
"description": "A longer description of CHRTextFieldFormatter in Markdown format.\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/chebur/CHRTextFieldFormatter",
"license": "MIT",
"authors": {
"Nesterenko Dmitry": "chebur.mail@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chebur/CHRTextFieldFormatter.git",
"tag": "1.0"
},
"source_files": [
"CHRTextFieldFormatter",
"CHRTextFieldFormatter/**/*.{h,m}"
],
"frameworks": "UIKit"
}