[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 8 / 6 / MEFoundation / 1.0.6 / MEFoundation.podspec.json
bloba30aefa0db5a01326039e00b535e14cd809b97f2
2   "name": "MEFoundation",
3   "version": "1.0.6",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com",
6     "Norm Barnard": "norm@meetmaestro.com",
7     "Jason Anderson": "jason@meetmaestro.com",
8     "Josh Kovach": "kovach.jc@gmail.com "
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.txt"
13   },
14   "homepage": "https://github.com/MaestroElearning/MEFoundation",
15   "source": {
16     "git": "https://github.com/MaestroElearning/MEFoundation.git",
17     "tag": "1.0.6"
18   },
19   "summary": "A collection of classes that extend the Foundation framework.",
20   "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.",
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.9"
24   },
25   "requires_arc": true,
26   "frameworks": "Foundation",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "source_files": "MEFoundation"