[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / 7 / 0 / SampleDeps / 9.0.3 / SampleDeps.podspec.json
blobd11db00e5572f5f8f3e99b4d391ac35ca873ca9b
2   "name": "SampleDeps",
3   "version": "9.0.3",
4   "summary": "Sample Deps",
5   "homepage": "http://www.cocoapods.org",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Anon": "anon"
9   },
10   "swift_versions": "5.0",
11   "static_framework": true,
12   "cocoapods_version": ">= 1.9.0",
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/SagarSDagdu/testcocoapodsspecs.git",
18     "tag": "9.0.3"
19   },
20   "libraries": [
21     "z.1.1.3",
22     "sqlite3",
23     "c++"
24   ],
25   "requires_arc": true,
26   "default_subspecs": "Standard",
27   "subspecs": [
28     {
29       "name": "Standard",
30       "vendored_frameworks": "ZendriveSDK.xcframework",
31       "frameworks": [
32         "Accelerate",
33         "SystemConfiguration",
34         "CoreLocation",
35         "CoreMotion",
36         "CoreTelephony"
37       ],
38       "dependencies": {
39         "AWSCore": [
40           "~>2.23.2"
41         ],
42         "AWSSQS": [
43           "~>2.23.2"
44         ],
45         "SQLite.swift": [
46           "~>0.12.2"
47         ]
48       }
49     },
50     {
51       "name": "Testing",
52       "dependencies": {
53         "SampleDeps/Standard": [
55         ]
56       },
57       "ios": {
58         "vendored_frameworks": "ZendriveSDKTesting.xcframework"
59       }
60     }
61   ],
62   "swift_version": "5.0"