[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / d / 2 / UIImageUtilities / 0.1.5 / UIImageUtilities.podspec.json
blob613055910bcf1241da932570c80dde4445450e52
2   "name": "UIImageUtilities",
3   "version": "0.1.5",
4   "summary": "A collection of useful image utility classes.",
5   "description": "A collection of useful image categories including:\n* tinting (manual)\n* rounded corners\n* blur\n* fix orientation so it's not broken (a.k.a. apple-style)\n* resizing",
6   "homepage": "https://github.com/pixio/UIImageUtilities",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/UIImageUtilities.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "*.{h,m}",
20   "public_header_files": "*.h",
21   "frameworks": [
22     "UIKit",
23     "Accelerate"
24   ]