blob: e9984eb81c57729b1d53f40859fe22e0fdb320ee [file] [log] [blame]
{
"name": "Fission",
"version": "0.0.3",
"summary": "A collection of functions and custom operators.",
"description": "\"A collection of functions and custom operators for function composition, function application, the monadic functions, and some other helpful things.\"",
"homepage": "https://github.com/Pearapps/Fission",
"license": {
"type": "Apache",
"file": "License"
},
"authors": {
"Kenny Ackerson": "pearapps@gmail.com"
},
"social_media_url": "http://twitter.com/pearapps",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/Pearapps/Fission.git",
"tag": "0.0.3"
},
"source_files": [
"Files",
"Fission/**/*.{swift}"
],
"requires_arc": true
}