[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / f / 2 / UIImage-Text / 1.0 / UIImage-Text.podspec.json
blobe0d073147469b4feb49028b9e274e82277c1ec13
2   "name": "UIImage-Text",
3   "version": "1.0",
4   "summary": "Add text to a UIImage.",
5   "license": "MIT",
6   "authors": {
7     "Danilo Priore": "support@prioregroup.com"
8   },
9   "homepage": "https://github.com/priore/UIImage-Text",
10   "social_media_url": "https://twitter.com/danilopriore",
11   "source": {
12     "git": "https://github.com/priore/UIImage-Text.git",
13     "tag": "v1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "ImageText/UIImage+Text.{h,m}",
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "CoreGraphics",
24       "UIKit"
25     ]
26   }