blob: a7308e2d0beeb8532525a44fedac5642075b9c55 [file] [log] [blame]
{
"name": "ColorAssetCatalog",
"version": "1.1",
"swift_version": "4.2",
"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": "1.1"
},
"social_media_url": "https://twitter.com/samrayner",
"platforms": {
"ios": "9.0"
},
"source_files": "ColorAssetCatalog/Classes/**/*"
}