| { |
| "name": "CGRectDivideNull", |
| "version": "0.0.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "2.0", |
| "osx": "10.4" |
| }, |
| "source_files": "CGRectDivideNull/*.{h,m}", |
| "frameworks": "CoreGraphics", |
| "requires_arc": false |
| } |