blob: 71a11af399118717fe02fa171850f5d8784e899c [file] [log] [blame]
{
"name": "AdPostSDK",
"version": "1.2.0",
"summary": "AdPost iOS SDK with Helper.",
"homepage": "https://github.com/youknowone/AdPostSDK",
"license": {
"type": "proprietary",
"text": " Copyright (C) NHN BUSINESS PLATFORM Corp. All Right Reserved.\n"
},
"authors": "NHN BUSINESS PLATFORM Corp.",
"source": {
"git": "https://github.com/youknowone/AdPostSDK.git",
"tag": "1.2.0"
},
"platforms": {
"ios": null
},
"source_files": [
"MobileAdView.h",
"AdPostHelper.h",
"AdPostHelper.m"
],
"public_header_files": "*.h",
"preserve_paths": "libMobileAdSDK.a",
"resources": "*.png",
"libraries": "MobileAdSDK",
"frameworks": [
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/AdPostSDK"
},
"requires_arc": false
}