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