blob: 18d7fd152b8983ffcb98933909941346ebd998b1 [file] [log] [blame]
{
"name": "app-version-swift",
"version": "0.1.1",
"summary": "配合APP版本管理是一套多应用更新发版的管理平台。iOS弹窗提示升级.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/birdmichael/app-version-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"birdmichael": "birdmichael126@gmail.com"
},
"source": {
"git": "https://github.com/birdmichael/app-version-swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "app-version-swift/Classes/**/*",
"resource_bundles": {
"AppVersion": [
"app-version-swift/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 5.0"
],
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}