blob: 7f85770c76e2089a031b8af9a0e92c40fe95f522 [file] [log] [blame]
{
"name": "Functional",
"version": "0.1.0",
"summary": "Functional is a library that simplifies functional programming in Swift.",
"description": "Functional is a library that simplifies functional programming in Swift.\nThis library enable to use functional interfaces of Java, higher-order functions of Kotlin, and more in Swift.",
"homepage": "https://github.com/geonu1109/Functional",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"geonu1109@gmail.com": "geoun1109@gmail.com"
},
"source": {
"git": "https://github.com/geonu1109/Functional.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Functional/Classes/**/*"
}