[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / c / 2 / DKCountryPicker / 0.0.2 / DKCountryPicker.podspec.json
blob86b49712edbad2fe2e3a80d6513d402b12827313
2   "name": "DKCountryPicker",
3   "version": "0.0.2",
4   "summary": "A simple control for searching/selecting countries.",
5   "description": "                   Was surprised that I couldn't find one so I made a simple control for searching/selecting countries. Especially useful for using in signup forms where you need to select a country for a phone number or postal address.\n",
6   "homepage": "https://github.com/dkasper/DKCountryPicker",
7   "screenshots": "https://github.com/dkasper/DKCountryPicker/raw/master//ScreenShot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "David Kasper": "dkasper@gmail.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/dkasper/DKCountryPicker.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "DKCountryPicker/DKCountryPickerViewController.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "libPhoneNumber-iOS": [
27     ]
28   }