[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / f / 9 / Singular-SDK / 12.5.0 / Singular-SDK.podspec.json
blobc4725d3f7da2fa04a8ec26a902e5b5439255f036
2   "name": "Singular-SDK",
3   "version": "12.5.0",
4   "summary": "Singular's iOS SDK",
5   "description": "Singular's SDK integration for iOS",
6   "license": "MIT",
7   "homepage": "https://www.singular.net/",
8   "authors": "Singular Labs",
9   "source": {
10     "git": "https://github.com/singular-labs/Singular-iOS-SDK.git",
11     "tag": "12.5.0"
12   },
13   "static_framework": true,
14   "platforms": {
15     "ios": "12.0"
16   },
17   "ios": {
18     "frameworks": [
19       "AdSupport",
20       "Security",
21       "SystemConfiguration",
22       "StoreKit",
23       "WebKit"
24     ],
25     "weak_frameworks": "AdServices",
26     "libraries": [
27       "sqlite3.0",
28       "z"
29     ]
30   },
31   "default_subspecs": "Main",
32   "subspecs": [
33     {
34       "name": "Main",
35       "ios": {
36         "vendored_frameworks": "Singular.xcframework"
37       },
38       "resource_bundles": {
39         "Singular": [
40           "frameworks/Singular.framework/PrivacyInfo.xcprivacy"
41         ]
42       }
43     },
44     {
45       "name": "Legacy",
46       "ios": {
47         "vendored_frameworks": "frameworks/Singular.framework",
48         "source_files": "headers/*.h",
49         "resources": [
50           "headers/*.js"
51         ],
52         "pod_target_xcconfig": {
53           "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Singular-SDK/frameworks/**",
54           "OTHER_LDFLAGS": "$(inherited) -framework \"Singular\""
55         }
56       },
57       "pod_target_xcconfig": {
58         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59       },
60       "user_target_xcconfig": {
61         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
62       }
63     }
64   ]