[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / b / PhoneNumberKit / 2.0.0 / PhoneNumberKit.podspec.json
blobcb3aca52922a06b5ec6c7a03702d018cf9bfb286
2   "name": "PhoneNumberKit",
3   "version": "2.0.0",
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": "2.0.0"
14   },
15   "social_media_url": "http://twitter.com/marmelroy",
16   "requires_arc": true,
17   "ios": {
18     "frameworks": "CoreTelephony"
19   },
20   "osx": {
21     "frameworks": "CoreTelephony"
22   },
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   },
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.0"
31   },
32   "pushed_with_swift_version": "4.0",
33   "subspecs": [
34     {
35       "name": "PhoneNumberKitCore",
36       "platforms": {
37         "ios": "8.0",
38         "osx": "10.10",
39         "tvos": "9.0",
40         "watchos": "2.0"
41       },
42       "source_files": "PhoneNumberKit/*.{swift}",
43       "resources": "PhoneNumberKit/Resources/PhoneNumberMetadata.json"
44     },
45     {
46       "name": "UIKit",
47       "dependencies": {
48         "PhoneNumberKit/PhoneNumberKitCore": [
50         ]
51       },
52       "platforms": {
53         "ios": "8.0",
54         "tvos": "9.0"
55       },
56       "source_files": "PhoneNumberKit/UI/"
57     }
58   ]