blob: 745fcc8b15eb126f07dba7db1fda3934ed349407 [file] [log] [blame]
{
"name": "PreludeSwift",
"version": "0.1.0",
"summary": "Swift implementation of Haskell standard library",
"description": "- Swift implementation of Haskell standard library (aka Prelude)",
"homepage": "https://github.com/KentaKudo/PreludeSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kenta Kudo": "yd37574@gmail.com"
},
"social_media_url": "https://twitter.com/_______K_K_",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KentaKudo/PreludeSwift.git",
"tag": "0.1.0"
},
"source_files": "PreludeSwift/**/*.{swift,h,m}"
}