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