blob: 21d53dd5cf64beaab4f1623805a01e246043db75 [file] [log] [blame]
{
"name": "GroundTruthDisplaySDK",
"version": "1.1.9",
"summary": "GroundTruth Display SDK iOS",
"homepage": "https://docs.groundtruth.com",
"documentation_url": "https://docs.groundtruth.com",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"GroundTruth": "sdk@groundtruth.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xadrnd/display_sdk_ios.git",
"tag": "v1.1.9"
},
"source_files": "XADDisplaySdk/XADDisplaySdk/**/*.{h,m,swift}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"SafariServices",
"WebKit",
"UIKit",
"CoreLocation",
"SystemConfiguration",
"Foundation"
],
"libraries": "xml2",
"resources": "XADDisplaySdk/**/**/Resources/*.{png,js,xsd}",
"pushed_with_swift_version": "3.0"
}