blob: 26e796713ec04dd2d1ba1d91983d266aac821036 [file] [log] [blame]
{
"name": "Fission",
"version": "0.0.1",
"summary": "A collection of functions and custom operators.",
"description": "\"A collection of functions and custom operators for function composition, data piping, 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.1"
},
"source_files": [
"Files",
"Fission/**/*.{swift}"
],
"requires_arc": true
}