blob: fc36e19453c2788a258bce0bde12b1d7e839abd4 [file] [log] [blame]
{
"name": "NBusWeiboSDK",
"version": "1.2.0",
"summary": "A short description of NBusWeiboSDK.",
"homepage": "https://github.com/nuomi1/NBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nuomi1": "nuomi1@qq.com"
},
"source": {
"git": "https://github.com/nuomi1/NBus.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"vendored_libraries": [
"NBus/Vendor/WeiboSDK/**/*.a"
],
"source_files": [
"NBus/Vendor/WeiboSDK/**/ReplaceMe.swift",
"NBus/Vendor/WeiboSDK/**/*.h"
],
"resources": [
"NBus/Vendor/WeiboSDK/**/*.bundle"
],
"prepare_command": "ruby fastlane/download-sdk.rb weibo",
"swift_version": "5.0"
}