blob: b3faf786ce9a5eaf818e46a8a822a671a5ea0bb4 [file] [log] [blame]
{
"name": "Geniee-Test-iOS-SDK",
"version": "0.0.2",
"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": "hotfix/update_xcode12"
},
"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",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"KissXML": [
"~> 5.2.3"
]
}
}