blob: b663ad2ae2f1df94dc5b6e5854d910b865ce9bd4 [file] [log] [blame]
{
"name": "CGRectPositioning",
"version": "1.0.0",
"summary": "Header file with macros for doing relative CGRect layouts in code.",
"description": " CGRectPositioning macros can position a CGRect above, below, inside, outside, centered, adjacent to, and all other combinations relative to another CGRect using a set padding.\n Also provided are macros for creating a CGRect from a size, getting the center point of a CGRect, and working with a grid of CGRects.\n",
"authors": {
"Symbiotic Software": "marc@symbioticsoftware.com"
},
"social_media_url": "http://twitter.com/symbioticsoftwr",
"homepage": "http://symbioticsoftware.com",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "git@github.com:mvx24/CGRectPositioning.git",
"tag": "1.0.0"
},
"source_files": "CGRectPositioning.h",
"requires_arc": false
}