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