blob: 7092c75d92d87cc83837475c9277b28cd462cdc9 [file] [log] [blame]
{
"name": "BLPhoneFormat",
"version": "0.3.0",
"summary": "Simple iOS Phone Number formatter Pod.",
"description": " Inspired by RMPhoneFormat and Telegram App phone formatting behavior.\n Only few methods to detect which country code is entered and format phone number.\n Also list of Countries with phone codes included.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/batkov/BLPhoneFormat",
"license": "MIT",
"authors": {
"Hariton Batkov": "batkov@i.ua"
},
"source": {
"git": "https://github.com/batkov/BLPhoneFormat.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/batkov111",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BLPhoneFormat": [
"Pod/Assets/**/*"
]
}
}