[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 4 / MOOMaskedIconView / 0.1.0 / MOOMaskedIconView.podspec.json
blob705c75d8b2def5479fbc569cbbb858be10708d29
2   "name": "MOOMaskedIconView",
3   "version": "0.1.0",
4   "license": "Public domain / MIT",
5   "summary": "UIView subclass that uses black-and-white masks to draw icons.",
6   "homepage": "https://github.com/peyton/MOOMaskedIconView",
7   "authors": {
8     "Peyton Randolph": "_@peytn.com"
9   },
10   "source": {
11     "git": "https://github.com/peyton/MOOMaskedIconView.git",
12     "tag": "v0.1.0"
13   },
14   "description": "MOOMaskedIconView is a UIView subclass that uses black-and-white masks to draw icons of different styles at any size or resolution. It's like Photoshop layer styles, using the same technique as UITabBar to generate various effects from a single icon mask. MOOMaskedIconView displays common image formats and PDFs.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "MOOMaskedIconView",
19   "frameworks": [
20     "QuartzCore",
21     "Accelerate"
22   ],
23   "requires_arc": true