[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / b / PhoneNumberKit / 0.8.5 / PhoneNumberKit.podspec.json
blobfbd327154b5af25a99f6851899b21b23bd6a2c53
2   "name": "PhoneNumberKit",
3   "version": "0.8.5",
4   "summary": "Swift framework for working with phone numbers",
5   "description": "A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.",
6   "homepage": "https://github.com/marmelroy/PhoneNumberKit",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marmelroy/PhoneNumberKit.git",
13     "tag": "0.8.5"
14   },
15   "social_media_url": "http://twitter.com/marmelroy",
16   "requires_arc": true,
17   "frameworks": "CoreTelephony",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "subspecs": [
25     {
26       "name": "PhoneNumberKitCore",
27       "platforms": {
28         "ios": "8.0",
29         "osx": "10.9",
30         "tvos": "9.0",
31         "watchos": "2.0"
32       },
33       "source_files": "PhoneNumberKit/*.{swift}",
34       "resources": "PhoneNumberKit/Resources/PhoneNumberMetadata.json"
35     },
36     {
37       "name": "UIKit",
38       "dependencies": {
39         "PhoneNumberKit/PhoneNumberKitCore": [
41         ]
42       },
43       "platforms": {
44         "ios": "8.0",
45         "tvos": "9.0"
46       },
47       "source_files": "PhoneNumberKit/UI/"
48     }
49   ]