[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / f / 2 / UIImage-Text / 1.0.1 / UIImage-Text.podspec.json
blob285975fb4bd01d4b13fd51345f9e425996107fc4
2   "name": "UIImage-Text",
3   "version": "1.0.1",
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.1"
14   },
15   "requires_arc": true,
16   "source_files": "ImageText/UIImage+Text.{h,m}",
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "CoreGraphics",
25       "UIKit"
26     ]
27   },
28   "tvos": {
29     "frameworks": [
30       "Foundation",
31       "CoreGraphics",
32       "UIKit"
33     ]
34   }