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