blob: 518c2a7e84bc77a0e84626ca20c3fae3a69706d3 [file] [log] [blame]
{
"name": "MEKit",
"version": "1.0.4",
"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/MEKit",
"source": {
"git": "https://github.com/MaestroElearning/MEKit.git",
"tag": "1.0.4"
},
"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. The library also contains miscellaneous classses that covered our common use cases. For example, MESelectedLocalizationViewController is a light wrapper around the on-the-fly localization methods provided by MEFoundation.",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"MEFoundation": [
"~> 1.0.0"
]
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"CoreText",
"UIKit",
"QuartzCore"
],
"source_files": "MEKit"
}