blob: f4faf247216125cc8c5ed13ff978fd2e0d17b168 [file] [log] [blame]
{
"name": "KKAds-Single",
"version": "1.0.0",
"summary": "基础广告库",
"description": "广告sdk的基础功能",
"homepage": "https://gitee.com/tapque_aby_wang/KKAds-Single.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aby.wang": "ayb.wang@gpower.co"
},
"source": {
"git": "https://gitee.com/tapque_aby_wang/KKAds-Single.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KKAds/Classes/**/*",
"private_header_files": "KKAds/Classes/KKConstants.h",
"static_framework": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"KKAnalytics-Single": [
"~> 1.0.0"
]
}
}