[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 8 / 4 / NexmoVerify / 1.0.6 / NexmoVerify.podspec.json
blobee5baa0120f1b0abfea0a0f1511a182b51466b35
2   "name": "NexmoVerify",
3   "version": "1.0.6",
4   "license": {
5     "type": "Custom"
6   },
7   "homepage": "https://github.com/Nexmo/verify-ios-sdk",
8   "authors": {
9     "Dorian Peake": "dorian@nexmo.com",
10     "Jodi Humphreys": "jodi.humphreys@nexmo.com",
11     "Shams Ahmed": "shams.ahmed@nexmo.com"
12   },
13   "social_media_url": "https://twitter.com/Nexmo",
14   "documentation_url": "https://docs.nexmo.com/verify/verify-sdk-for-iOS",
15   "summary": "Verify SDK",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/Nexmo/verify-ios-sdk.git",
21     "tag": "1.0.6"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.1"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "VerifySDK/**/*.{h,m,swift}",
31       "resources": [
32         "VerifySDK/*.storyboard",
33         "VerifySDK/*.plist"
34       ],
35       "dependencies": {
36         "NexmoVerify/DeviceProperties": [
37           "~> 1.0.6"
38         ],
39         "NexmoVerify/RequestSigning": [
40           "~> 1.0.6"
41         ]
42       }
43     },
44     {
45       "name": "DeviceProperties",
46       "source_files": "DeviceProperties/**/*.{h,m,swift}"
47     },
48     {
49       "name": "RequestSigning",
50       "source_files": "RequestSigning/**/*.{h,m,swift}"
51     }
52   ]