blob: c294e4f313f48b2b7edb934bd6bfc1fd05b12d45 [file] [log] [blame]
{
"name": "Singular-SDK",
"version": "10.1.2",
"summary": "Singular's iOS SDK",
"description": "Singular's SDK integration for iOS",
"license": "MIT",
"homepage": "https://www.singular.net/",
"authors": "Singular Labs",
"source": {
"git": "https://github.com/singular-labs/Singular-iOS-SDK.git",
"tag": "10.1.2"
},
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "headers/*.h",
"resources": [
"headers/*.js"
],
"vendored_frameworks": "frameworks/Singular.framework",
"frameworks": [
"AdSupport",
"Security",
"SystemConfiguration",
"iAd",
"StoreKit",
"WebKit"
],
"libraries": [
"sqlite3.0",
"z"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Singular-SDK/frameworks/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"Singular\""
}
}
}