blob: acc68cad0625b57b0f63708103978914c26aad46 [file] [log] [blame]
{
"name": "Alamorest",
"version": "1.1.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.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "Alamorest/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8.1"
],
"PromisesSwift": [
"~> 1.2.6"
]
},
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Lite"
},
{
"name": "Protobuf",
"dependencies": {
"SwiftProtobuf": [
"~> 1.3.1"
]
}
}
]
}