blob: 285975fb4bd01d4b13fd51345f9e425996107fc4 [file] [log] [blame]
{
"name": "UIImage-Text",
"version": "1.0.1",
"summary": "Add text to a UIImage.",
"license": "MIT",
"authors": {
"Danilo Priore": "support@prioregroup.com"
},
"homepage": "https://github.com/priore/UIImage-Text",
"social_media_url": "https://twitter.com/danilopriore",
"source": {
"git": "https://github.com/priore/UIImage-Text.git",
"tag": "v1.0.1"
},
"requires_arc": true,
"source_files": "ImageText/UIImage+Text.{h,m}",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}
}