blob: 2a66bd958e116df3528d6146a380c4836ad00d7d [file] [log] [blame]
{
"name": "Alamorest",
"version": "1.4.1",
"summary": "Alamorest provides an easy way to interface with RESTful services using Alamofire and Promises.",
"homepage": "https://github.com/anlaital/Alamorest",
"license": "MIT",
"authors": {
"Antti Laitala": "antti.o.laitala@gmail.com"
},
"source": {
"git": "https://github.com/anlaital/Alamorest.git",
"tag": "v1.4.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.2",
"source_files": "Alamorest/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.2.0"
],
"PromisesSwift": [
"~> 1.2.0"
]
},
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Lite"
},
{
"name": "Protobuf",
"dependencies": {
"SwiftProtobuf": [
"~> 1.9.0"
]
}
}
],
"swift_version": "5.2"
}