blob: 379f99f089ad6d8416c7a676038cf89140930cbb [file] [log] [blame]
{
"name": "AppManager",
"version": "0.1.0",
"summary": "App manager for iOS app development.",
"swift_versions": [
"5.0",
"5.0"
],
"description": "Some useful code collection for speeding up app development.",
"homepage": "https://github.com/xinus/AppManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xinus": "xinus.wang@gmail.com"
},
"source": {
"git": "https://github.com/xinus/AppManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AppManager/Sources/**/*",
"swift_version": "5.0"
}