blob: f4177a7b1e300b206de07a5339ecad818e52a534 [file] [log] [blame]
{
"name": "AyanTechNetworkingLibrary",
"version": "1.0.0",
"summary": "Networking library for comunicate AyanTech web services",
"homepage": "https://github.com/AyanTech/AyanTechNetworkingLibrary-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sepehr Behroozi": "sep.behroozi@gmail.com"
},
"social_media_url": "https://twitter.com/3pehrbehroozi",
"swift_version": "4.2",
"platforms": {
"ios": "9.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/AyanTech/AyanTechNetworkingLibrary-iOS.git",
"tag": "v1.0.0",
"submodules": true
},
"source_files": "AyanTechNetworkingLibrary/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}