blob: b69f82dfb2fce0ccc41f1a47e13c7c11cf8a1767 [file] [log] [blame]
{
"name": "Geniee-Test-iOS-SDK",
"version": "0.0.1",
"summary": "An SDK for ad menetization with the Geniee Network",
"homepage": "https://geniee.co.jp",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Geniee": "takaaki.kobayashi@geniee.co.jp"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/geniee-ssp/Geniee-iOS-SDK.git",
"branch": "feature/update_ios14"
},
"vendored_frameworks": "GNAdSDK/Framework/GNAdSDK.framework",
"source_files": "GNAdSDK/libs/Reachability/*.{h,m}",
"frameworks": [
"UIKit",
"AdSupport",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"SystemConfiguration",
"AVFoundation",
"AudioToolbox",
"CoreFoundation",
"CoreMedia",
"QuartzCore",
"MessageUI",
"Foundation",
"AppTrackingTransparency"
],
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"KissXML": [
"~> 5.2.3"
]
}
}