blob: e50ab0a39a2d0d63a0fa40ed85ef5f4d13cb5f30 [file] [log] [blame]
{
"name": "MEReactiveFoundation",
"version": "1.0.2",
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/MaestroElearning/MEReactiveFoundation",
"source": {
"git": "https://github.com/MaestroElearning/MEReactiveFoundation.git",
"tag": "1.0.2"
},
"summary": "A collection of classes that extend the Foundation framework collection classes (NSArray, NSSet, and NSDictionary).",
"description": "Includes functions and methods that add functionality commonly found in functional languages (e.g. Haskell) to the Foundation framework collection classes. For example, map, filter, fold, zip, and unzip.",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": [
"MEReactiveFoundation",
"MEReactiveFoundation/Private"
],
"private_header_files": "MEReactiveFoundation/Private"
}