-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "UIImage+Additions", | ||
"version": "2.0.0", | ||
"summary": "Adding methods to generate dynamically images from colors, adding corner radius, tinting images, etc.", | ||
"description": "This category of UIImage add methods to generate on runtime images: from colors, adding corner radius (for each corner), tinting images, gradients, etc.", | ||
"homepage": "https://github.com/vilanovi/UIImage-Additions", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE.txt" | ||
}, | ||
"authors": { | ||
"Joan Martin": "vilanovi@gmail.com" | ||
}, | ||
"social_media_url": "http://twitter.com/joan_mh", | ||
"platforms": { | ||
"ios": null | ||
}, | ||
"source": { | ||
"git": "https://github.com/vilanovi/UIImage-Additions.git", | ||
"tag": "2.0.0" | ||
}, | ||
"source_files": "UIImage+Additions.{h,m}", | ||
"frameworks": "UIKit", | ||
"requires_arc": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters