blob: 30d470c065aa5ed125712b51b8de4e7caf48f5fb [file] [log] [blame]
{
"name": "Malibu",
"summary": "A networking library built on promises.",
"version": "8.0.0",
"homepage": "https://github.com/vadymmarkov/Malibu",
"license": "MIT",
"authors": {
"Vadym Markov": "markov.vadym@gmail.com"
},
"source": {
"git": "https://github.com/vadymmarkov/Malibu.git",
"tag": "8.0.0"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"When": [
"~> 3.0"
]
}
}