blob: 774f5ebfb6f92fbfe08ec5421b56bd7a0b92109f [file] [log] [blame]
{
"name": "ALVersionControl",
"version": "0.1.0",
"summary": "ALVersionControl is an application update process controller.",
"description": "ALVersionControl is an application update process controller. There are 3 types of update status which described below. AlVersionControl does not provide any api call. You have to make it in own way.",
"homepage": "https://github.com/applogistdev/ALVersionControl.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sonifex": "sonerguler93@gmail.com"
},
"source": {
"git": "https://github.com/applogistdev/ALVersionControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0",
"source_files": "ALVersionControl/Classes/**/*",
"resource_bundles": {
"ALVersionControl": [
"ALVersionControl/Assets/Localization/*.lproj"
]
},
"frameworks": "UIKit",
"swift_version": "5.0"
}