blob: d2e3a905fe4a1755f3915485885d3efe3779abff [file] [log] [blame]
{
"name": "MiniFuture",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"summary": "A monadic Future design pattern implementation in Swift",
"homepage": "https://github.com/tkareine/MiniFuture",
"social_media_url": "http://twitter.com/tkareine",
"source": {
"git": "https://github.com/tkareine/MiniFuture.git",
"tag": "0.2.0"
},
"authors": {
"Tuomas Kareinen": "tkareine@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Source/**/*.swift"
}