blob: de5eb8e25032fdc5e47ac3689c7a6a622bc4b329 [file] [log] [blame]
{
"name": "Gravity",
"version": "1.1.0",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "A robust set of tools commonly used during iOS development.",
"homepage": "https://github.com/gdavis/Gravity",
"authors": {
"Grant Davis": "grant@grantdavisinteractive.com"
},
"source": {
"git": "https://github.com/gdavis/Gravity.git",
"tag": "1.1.0"
},
"description": "Gravity is a collection of commonly used categories, components, and helpers to perform a variety of tasks from drawing gradient fills, resizing scroll views for keyboards, generating colors with hex values, and much more.",
"source_files": "Gravity/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreData",
"CoreGraphics"
],
"libraries": "z",
"requires_arc": true
}