blob: 98bc99b081f98d58c7e868b9c2b42d80de0ad020 [file] [log] [blame]
{
"name": "CPAdManager",
"version": "1.0.0",
"summary": "Mobile AD Mediation",
"description": "복수개의 모바일 광고를 사용하여 수익을 올릴려고 할때 도움이 되는 라이브러리",
"homepage": "https://github.com/yoonhg84/CPAdManager-iOS",
"license": "MIT",
"authors": {
"yoonhg84": "yoonhg2002@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yoonhg84/CPAdManager-iOS.git",
"tag": "1.0.0"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"requires_arc": true,
"preserve_paths": "AdPlatforms/*.framework",
"ios": {
"vendored_frameworks": [
"AdPlatforms/FBAudienceNetwork.framework",
"AdPlatforms/GoogleMobileAds.framework"
]
},
"pushed_with_swift_version": "3.1"
}