blob: c20ac2262fb69f22b07e3eeae7e8ec38da98d9b9 [file] [log] [blame]
{
"name": "NendSDK_iOS",
"version": "7.0.1",
"summary": "nendSDK for iOS",
"license": {
"type": "Copyright",
"text": "Copyright 2020 FAN Communications, Inc. All Rights Reserved."
},
"homepage": "https://nend.net/",
"authors": "FAN Communications, Inc.",
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/fan-ADN/nendSDK-iOS-pub/releases/download/7.0.1/nendSDK_iOS.zip"
},
"preserve_paths": "NendAd.embeddedframework",
"frameworks": [
"Security",
"ImageIO",
"AdSupport",
"AVFoundation",
"CoreMedia",
"SystemConfiguration",
"WebKit",
"AVKit",
"StoreKit"
],
"libraries": "xml2",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
},
"vendored_frameworks": "NendAd.embeddedframework/NendAd.framework",
"resources": "NendAd.embeddedframework/NendAd.framework/Resources/NendAdResource.bundle",
"requires_arc": true
}