[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / BLPhoneFormat / 0.3.3 / BLPhoneFormat.podspec.json
blob93f00d8064f340a6525812958ce743038833d657
2   "name": "BLPhoneFormat",
3   "version": "0.3.3",
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",
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.3"
14   },
15   "social_media_url": "https://twitter.com/batkov111",
16   "screenshots": "https://raw.githubusercontent.com/batkov/BLPhoneFormat/master/Screenshots/BLPhoneFormat.png",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "BLPhoneFormat": [
24       "Pod/Assets/**/*"
25     ]
26   }