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