[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / BLPhoneFormat / 0.3.0 / BLPhoneFormat.podspec.json
blob7092c75d92d87cc83837475c9277b28cd462cdc9
2   "name": "BLPhoneFormat",
3   "version": "0.3.0",
4   "summary": "Simple iOS Phone Number formatter Pod.",
5   "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",
6   "homepage": "https://github.com/batkov/BLPhoneFormat",
7   "license": "MIT",
8   "authors": {
9     "Hariton Batkov": "batkov@i.ua"
10   },
11   "source": {
12     "git": "https://github.com/batkov/BLPhoneFormat.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/batkov111",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "BLPhoneFormat": [
23       "Pod/Assets/**/*"
24     ]
25   }