[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 6 / MEKit / 1.0.2 / MEKit.podspec.json
blob769a07612f5be8a09d3202e6e3d45ae4eb5aaa58
2   "name": "MEKit",
3   "version": "1.0.2",
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/MEKit",
15   "source": {
16     "git": "https://github.com/MaestroElearning/MEKit.git",
17     "tag": "1.0.2"
18   },
19   "summary": "A collection of classes that extend the UIKit framework.",
20   "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.",
21   "platforms": {
22     "ios": "7.0"
23   },
24   "dependencies": {
25     "MEFoundation": [
26       "~> 1.0.0"
27     ]
28   },
29   "requires_arc": true,
30   "frameworks": [
31     "Foundation",
32     "CoreGraphics",
33     "CoreText",
34     "UIKit",
35     "QuartzCore"
36   ],
37   "source_files": "MEKit"