blob: 791e9aaa8e4a196e2671defb26914e82b2919850 [file] [log] [blame]
{
"name": "AssetLib",
"version": "0.0.1",
"summary": "Build and Parse Asset Catalogs in Swift.",
"description": "Build and Parse Asset Catalogs in Swift for use as App Icons or Image Sets.",
"homepage": "https://github.com/brightdigit/AssetLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo Dion": "leogdion@brightdigit.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/brightdigit/AssetLib.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5",
"swift_version": "5"
}