blob: 4390765a45e7f34293609a2a4eb90c2467427e28 [file] [log] [blame]
{
"name": "Endpoint",
"version": "0.1.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.1.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 3.1"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"deprecated_in_favor_of": "Moya"
}