blob: c1b9b4607f1dc237e3f4ae10e1ae59a47bb09412 [file] [log] [blame]
{
"name": "ATVersionControl",
"version": "0.2.0",
"summary": "Version control library for AyanTech iOS apps",
"description": "Library to check for new version of app with AyanTech servers",
"homepage": "https://github.com/AyanTech/ATVersionControl-iOS.git",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Sepehr Behroozi": "3pehrbehroozi@gmail.com"
},
"source": {
"git": "https://github.com/AyanTech/ATVersionControl-iOS.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/3pehrbehroozi",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "ATVersionControl/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SwiftBooster": [
],
"PopupDialog": [
],
"AyanTechNetworkingLibrary": [
"~> 1.6.1"
]
},
"swift_version": "5.0"
}