blob: 07580151325dd3c467e4dee91a0717c2f4d610a6 [file] [log] [blame]
{
"name": "MEFoundation",
"version": "1.0.9",
"authors": {
"William Towe": "willbur1984@gmail.com",
"Norm Barnard": "norm@meetmaestro.com",
"Jason Anderson": "jason@meetmaestro.com",
"Josh Kovach": "kovach.jc@gmail.com "
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/MaestroElearning/MEFoundation",
"source": {
"git": "https://github.com/MaestroElearning/MEFoundation.git",
"tag": "1.0.9"
},
"summary": "A collection of classes that extend the Foundation framework.",
"description": "The major Foundation classes are covered, including NSArray/NSMutableArray, NSBundle, NSData, NSDate, NSFileManager, NSObject, NSSet, NSString, and NSURL. Unit tests are included for non-trivial methods.",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source_files": "MEFoundation"
}