blob: fbc57eeb9217887bcd589d4395b24c6fec69bff3 [file] [log] [blame]
{
"name": "CGRectDivideNull",
"version": "0.0.2",
"summary": "A more convenient CGRectDivide()",
"description": "Allow NULL parameters to CGRectDivide()",
"homepage": "https://github.com/itsthejb/CGRectDivideNull",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Crooke": "jon.crooke@gmail.com"
},
"source": {
"git": "https://github.com/itsthejb/CGRectDivideNull.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "2.0",
"osx": "10.4"
},
"source_files": "CGRectDivideNull/*.{h,c}",
"frameworks": "CoreGraphics",
"requires_arc": false
}