blob: c925007051d052b559846a5040ccab6dad4c0aa7 [file] [log] [blame]
{
"name": "Geniee-iOS-SDK",
"version": "6.0.0",
"summary": "An SDK for ad menetization with the Geniee Network",
"homepage": "https://geniee.co.jp",
"license": "MIT",
"authors": {
"Geniee": "kazunori.yamamoto@geniee.co.jp"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/geniee-ssp/Geniee-iOS-SDK.git",
"tag": "v.6.0.0"
},
"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"
],
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"KissXML": [
"~> 5.2.3"
]
}
}