blob: 919c318da9d2d3d712f41f9f819436f8d85dd8c0 [file] [log] [blame]
{
"name": "Endpoint",
"version": "0.2.0",
"summary": "Elegant API Abstraction for Swift.",
"homepage": "https://github.com/devxoul/Endpoint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Endpoint.git",
"tag": "0.2.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.2"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"deprecated_in_favor_of": "Moya"
}