blob: 0e7ff3a9e7f2cf8e1d08c236949b26b665e33058 [file] [log] [blame]
{
"name": "MEReactiveFoundation",
"version": "1.0.5",
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/TeamMaestro/MEReactiveFoundation",
"source": {
"git": "https://github.com/TeamMaestro/MEReactiveFoundation.git",
"tag": "1.0.5"
},
"summary": "A collection of classes that extend the Foundation collection classes with functionality found in functional languages.",
"description": "A collection of classes that extend the Foundation collection classes with functionality found in functional languages (e.g. Haskell). Examples include: map, filter, find, fold, zip, unzip, and concat. Compatible with iOS/OSX, 7.0+/10.9+.",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": [
"MEReactiveFoundation",
"MEReactiveFoundation/Private"
],
"private_header_files": "MEReactiveFoundation/Private"
}