blob: e10e847571ed514100097ddc414583c8e38b0e55 [file] [log] [blame]
{
"name": "ATVersionControl",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/3pehrbehroozi",
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source_files": "ATVersionControl/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SwiftBooster": [
],
"PopupDialog": [
],
"AyanTechNetworkingLibrary": [
"~> 1.6.0"
]
}
}