blob: a7cc40b1720446b92a44983c8f4ef1d80771bb90 [file] [log] [blame]
{
"name": "iOS-Metal-Wrapper",
"version": "0.2.0",
"summary": "A lightweight wrapper class for iOS Metal API",
"description": "A lightweight wrapper class for iOS Metal API.",
"homepage": "https://github.com/Keith-Hon/iOS-Metal-Wrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keith Hon": "klausehon@gmail.com"
},
"source": {
"git": "https://github.com/Keith-Hon/iOS-Metal-Wrapper.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"iOS-Metal-Wrapper/Headers/**/*",
"iOS-Metal-Wrapper/Example/build/Debug-iphoneos/iOS-Metal-Wrapper/*.framework"
]
}