blob: c636c12907d7b4ec079e37a0dfa8061f71d80c3f [file] [log] [blame]
{
"name": "ColorAssetCatalog",
"version": "0.4.0",
"summary": "Adds iOS 9+ compatibility for named colors in asset catalogs.",
"description": "This Pod adds iOS 9+ compatibility for named colors in asset catalogs. It extends UIColor with a new optional initializer: `UIColor(asset:)` that works in the same way as `UIColor(named:)`.",
"homepage": "https://github.com/samrayner/ColorAssetCatalog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam Rayner": "sam@samrayner.com"
},
"source": {
"git": "https://github.com/samrayner/ColorAssetCatalog.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/samrayner",
"platforms": {
"ios": "9.0"
},
"source_files": "ColorAssetCatalog/Classes/**/*",
"pushed_with_swift_version": "4.0"
}