[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / f / 9 / Singular-SDK / 12.4.4 / Singular-SDK.podspec.json
blob34755525ec841ddfb8a9972aab21069e8ca4c12c
2   "name": "Singular-SDK",
3   "version": "12.4.4",
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.4.4"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "ios": {
17     "frameworks": [
18       "AdSupport",
19       "Security",
20       "SystemConfiguration",
21       "StoreKit",
22       "WebKit"
23     ],
24     "weak_frameworks": "AdServices",
25     "libraries": [
26       "sqlite3.0",
27       "z"
28     ]
29   },
30   "default_subspecs": "Main",
31   "subspecs": [
32     {
33       "name": "Main",
34       "ios": {
35         "vendored_frameworks": "Singular.xcframework"
36       }
37     },
38     {
39       "name": "Legacy",
40       "ios": {
41         "vendored_frameworks": "frameworks/Singular.framework",
42         "source_files": "headers/*.h",
43         "resources": [
44           "headers/*.js"
45         ],
46         "pod_target_xcconfig": {
47           "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Singular-SDK/frameworks/**",
48           "OTHER_LDFLAGS": "$(inherited) -framework \"Singular\""
49         }
50       },
51       "pod_target_xcconfig": {
52         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
53       },
54       "user_target_xcconfig": {
55         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
56       }
57     }
58   ]