[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 7 / a / UIImage+Additions / 1.0.2 / UIImage+Additions.podspec.json
blob199dea16e3ec26bcc3a013e734c3bbc2eede9189
2   "name": "UIImage+Additions",
3   "version": "1.0.2",
4   "summary": "Adding methods to generate dynamically images from colors, adding corner radius, tinting images, etc.",
5   "description": "                   This category of UIImage add methods to generate dynamically images:\n\t\t\t\t   * from colors\n\t\t\t\t   * adding corner radius (for each corner)\n\t\t\t\t   * tinting images,\n\t\t\t\t   * Much more! \n\t\t\t\t   \n\t\t\t\t   Use this category if you want to add \"colored style\" to your app without having to generate colored graphic resources.\n",
6   "homepage": "https://github.com/vilanovi/UIImage-Additions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Joan Martin": "vilanovi@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/joan_mh",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/vilanovi/UIImage-Additions.git",
20     "tag": "1.0.2"
21   },
22   "source_files": "UIImage+Additions.{h,m}",
23   "frameworks": "UIKit",
24   "requires_arc": true