blob: ecbbc0ef44db53b137e8e66ebaa8abb0a5ac1479 [file] [log] [blame]
{
"name": "Alamofire-Gloss",
"version": "2.1.0",
"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 sogers": "me@srogers.net"
},
"source": {
"git": "https://github.com/spxrogers/Alamofire-Gloss.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/spxrogers",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"Gloss": [
"~> 1.0"
]
},
"frameworks": "Foundation"
}
]
}