[Add] OmiKit 1.8.2
[CocoaPods.git] / Specs / a / f / 9 / Singular-SDK / 12.3.1 / Singular-SDK.podspec.json
blobba71d968103ef6d64daa7bfb27b9f82a2457c207
2   "name": "Singular-SDK",
3   "version": "12.3.1",
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.3.1"
12   },
13   "static_framework": true,
14   "platforms": {
15     "ios": "8.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     },
39     {
40       "name": "Legacy",
41       "ios": {
42         "vendored_frameworks": "frameworks/Singular.framework",
43         "source_files": "headers/*.h",
44         "resources": [
45           "headers/*.js"
46         ],
47         "pod_target_xcconfig": {
48           "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Singular-SDK/frameworks/**",
49           "OTHER_LDFLAGS": "$(inherited) -framework \"Singular\""
50         }
51       },
52       "pod_target_xcconfig": {
53         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54       },
55       "user_target_xcconfig": {
56         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57       }
58     }
59   ]