blob: 808cd69a0eb61fa8f848fa57a639afebf1910a4e [file] [log] [blame]
{
"name": "CommonFormattersKit",
"version": "0.1.0",
"summary": "Common formatters we use in almost every project",
"description": " Common formatters we use in almost every project. So this pod is developed to make life easier.\n Formatters include (at least for now):\n \n * Date formatter\n * Phone number formatter\n",
"homepage": "https://github.com/iltercengiz/CommonFormattersKit",
"license": "MIT",
"authors": {
"Ilter Cengiz": "iltercengiz@yahoo.com"
},
"source": {
"git": "https://github.com/iltercengiz/CommonFormattersKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/iltercengiz",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"libPhoneNumber-iOS": [
"~> 0.8.2"
]
}
}