[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 9 / UIImage+FixOrientation / 1.0.0 / UIImage+FixOrientation.podspec.json
blobbc4f958fd70f523ee589c3254571d37b39096bdd
2   "name": "UIImage+FixOrientation",
3   "version": "1.0.0",
4   "summary": "Made sideways or upside down images upgright again.",
5   "description": "Images coming from cameras might be upside down or sideways. Update them to be upright based on camera settings.",
6   "homepage": "https://github.com/electic/UIImage-FixOrientation",
7   "social_media_url": "http://twitter.com/raj_kadam",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Raj Kadam": "info@electic.com"
14   },
15   "source": {
16     "git": "https://github.com/electic/UIImage-FixOrientation.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Source",
25     "Source/*.{h,m}"
26   ]