blob: 35f4968b26d8e040d0108177e4d143e695d269b9 [file] [log] [blame]
{
"name": "Fission",
"version": "0.0.4",
"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.4"
},
"source_files": [
"Files",
"Fission/**/*.{swift}"
],
"requires_arc": true
}