blob: c0389bec5bc6354ba01630fc0db6d34da072d848 [file] [log] [blame]
{
"name": "Leeloo",
"module_name": "Leeloo",
"version": "0.4.0",
"homepage": "https://github.com/maxsokolov/Leeloo",
"summary": "Pluggable generic http client. Swifty and supereasy to use.",
"authors": {
"Max Sokolov": "https://twitter.com/max_sokolov"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"source": {
"git": "https://github.com/maxsokolov/Leeloo.git",
"tag": "0.4.0"
},
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"source_files": "Sources/*.swift"
},
{
"name": "Unbox",
"dependencies": {
"Leeloo/Core": [
],
"Unbox": [
"~> 2.0"
]
},
"source_files": "Plugins/Unbox/*.swift"
}
]
}