Latest | 1.2.0 |
---|---|
Homepage | https://github.com/youknowone/AdPostSDK |
License | proprietary Copyright (C) NHN BUSINESS PLATFORM Corp. All Right Reserved. |
Platforms | ios |
Frameworks | SystemConfiguration, CoreGraphics, CoreTelephony |
AdPost Helper
install
http://cocoapods.org 에서 AdPost를 설치하세요.
helper
AdPostQuickSet(@"KEY HERE", viewController, view, delegate);
Latest podspec
{ "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 }
Wed, 02 Mar 2016 13:11:03 +0000