blob: 4efb91b49a767e29f3e8aba99eb647e46a0d03c7 [file] [log] [blame]
{
"name": "CoreGraphicsExt",
"version": "2.0.0",
"summary": "A library extends CoreGraphics",
"description": " CoreGraphics Extended Library is aiming to complete missing conveniences in CoreGraphics.\n",
"homepage": "https://github.com/WeZZard/Core-Graphics-Extended-Library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeZZard": "wezzardlau@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/WeZZard/Core-Graphics-Extended-Library.git",
"tag": "2.0.0"
},
"ios": {
"source_files": [
"Core-Graphics-Extended-Library",
"Core-Graphics-Extended-Library-for-iOS"
]
},
"osx": {
"source_files": [
"Core-Graphics-Extended-Library",
"Core-Graphics-Extended-Library-for-OS-X"
]
}
}