blob: 93a4e4faf0845f5fa3fe8fbd059aab5791a5eeb2 [file] [log] [blame]
{
"name": "Malibu",
"summary": "A networking library built on promises.",
"version": "7.0.0",
"homepage": "https://github.com/hyperoslo/Malibu",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Malibu.git",
"tag": "7.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"When": [
"~> 3.0"
]
}
}