| { |
| "name": "AdpressoSDK-ios", |
| "version": "2.0.4", |
| "summary": "Adpresso SDK for iOS", |
| "homepage": "https://github.com/valuecommerce/AdpressoSDK_ios", |
| "license": { |
| "type": "Copyright", |
| "text": "Copyright © 2016 ValueCommerce Co., Ltd. All Rights Reserved." |
| }, |
| "authors": { |
| "Valuecommerce": "devteam2@valuecommerce.co.jp" |
| }, |
| "source": { |
| "git": "https://github.com/valuecommerce/AdpressoSDK_ios.git", |
| "tag": "2.0.4" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "AdpressoSDK-ios/Classes/*.h", |
| "public_header_files": "AdpressoSDK-ios/Classes/*.h", |
| "xcconfig": { |
| "SWIFT_OBJC_BRIDGING_HEADER": "Pods/AdpressoSDK-ios/AdpressoSDK-ios/Classes/AdpressoHeaders.h" |
| }, |
| "vendored_libraries": "libadlantis_ios_sdk.a", |
| "frameworks": [ |
| "AdSupport", |
| "CoreTelephony", |
| "SystemConfiguration", |
| "QuartzCore" |
| ] |
| } |