blob: dd0a64e90e4a9f383305c4626b81b82eb8533ed9 [file] [log] [blame]
{
"name": "MEKit",
"version": "1.1.2",
"authors": {
"William Towe": "willbur1984@gmail.com",
"Norm Barnard": "norm@meetmaestro.com",
"Jason Anderson": "jason@meetmaestro.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/TeamMaestro/MEKit",
"source": {
"git": "https://github.com/TeamMaestro/MEKit.git",
"tag": "1.1.2"
},
"summary": "A collection of classes that extend the UIKit framework.",
"description": "This library contains a number of useful categories on UIColor, UIFont, UIImage, UITableViewCell, and UIView.",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"MEFoundation": [
"~> 1.0.0"
]
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"CoreText",
"UIKit",
"QuartzCore",
"Accelerate",
"CoreImage"
],
"source_files": "MEKit"
}