[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / b / 7 / d / FlagPhoneNumber / 0.7.1 / FlagPhoneNumber.podspec.json
blob422ad957a57287921fd7fa9a6954963d77faddfa
2   "name": "FlagPhoneNumber",
3   "version": "0.7.1",
4   "summary": "A formatted phone number UITextField with country flag picker.",
5   "description": "FlagPhoneNumber is a phone number textfield that allows you to choose the country code thanks to a picker. It uses libPhoneNumber to format the number in the textfield according to country code.",
6   "homepage": "https://github.com/chronotruck/FlagPhoneNumber",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AurĂ©lien Grifasi": "aurelien.grifasi@chronotruck.com"
13   },
14   "source": {
15     "git": "https://github.com/chronotruck/FlagPhoneNumber.git",
16     "tag": "0.7.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FlagPhoneNumber/**/*.swift",
22   "resource_bundles": {
23     "FlagPhoneNumber": [
24       "FlagPhoneNumber/Resources/**/*"
25     ]
26   },
27   "dependencies": {
28     "libPhoneNumber-iOS": [
30     ]
31   }