[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / f / 9 / Singular-SDK / 9.4.0 / Singular-SDK.podspec.json
bloba6b500bdc67cbbc1f2939b26b83a843a06493d81
2   "name": "Singular-SDK",
3   "version": "9.4.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": "9.4.0"
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     ],
29     "libraries": [
30       "sqlite3.0",
31       "z"
32     ],
33     "pod_target_xcconfig": {
34       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Singular-SDK/frameworks/**",
35       "OTHER_LDFLAGS": "$(inherited) -framework \"Singular\""
36     }
37   }