blob: 7f530113e493b93a96c09de1d7ee56c5b998b54b [file] [log] [blame]
{
"name": "CoreGraphicsExt",
"version": "0.0.1",
"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": "0.0.1"
},
"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"
]
},
"requires_arc": true
}