blob: e48c12661c4a343947be6ab829568753701e26da [file] [log] [blame]
{
"name": "Alamofire-Gloss",
"version": "1.0.1",
"summary": "Convenience Gloss bindings for Alamofire.",
"description": "[Gloss](https://github.com/hkellaway/Gloss) bindings for\n[Alamofire](https://github.com/Alamofire/Alamofire) for easy-peasy JSON serialization.\nInstructions on how to use it are in\n[the README](https://github.com/spxrogers/Alamofire-Gloss).",
"homepage": "https://github.com/spxrogers/Alamofire-Gloss",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steven Rogers": "me@srogers.net"
},
"source": {
"git": "https://github.com/spxrogers/Alamofire-Gloss.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/spxrogers",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"Gloss": [
"~> 0.7"
]
},
"frameworks": "Foundation"
}
]
}