blob: 486a7a4eb8cab35e80b113370bcdef96d0f39dcc [file] [log] [blame]
{
"name": "app-version-swift",
"version": "0.1.3",
"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.3"
},
"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"
}