[Add] DouyinOpenSDK 4.2.0
[CocoaPods.git] / Specs / a / f / 9 / Singular-SDK / 11.0.2 / Singular-SDK.podspec.json
blobf175393a21d7c6180a713a36059ae6caac0bae90
2   "name": "Singular-SDK",
3   "version": "11.0.2",
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": "11.0.2"
12   },
13   "static_framework": true,
14   "platforms": {
15     "ios": "8.0"
16   },
17   "ios": {
18     "source_files": "headers/*.h",
19     "resources": [
20       "headers/*.js"
21     ],
22     "vendored_frameworks": "frameworks/Singular.framework",
23     "frameworks": [
24       "AdSupport",
25       "Security",
26       "SystemConfiguration",
27       "iAd",
28       "StoreKit",
29       "WebKit"
30     ],
31     "libraries": [
32       "sqlite3.0",
33       "z"
34     ],
35     "pod_target_xcconfig": {
36       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Singular-SDK/frameworks/**",
37       "OTHER_LDFLAGS": "$(inherited) -framework \"Singular\""
38     }
39   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   }