blob: 5291a79286951d30a13bcdcb900798ff649d9512 [file] [log] [blame]
{
"name": "Gravity",
"version": "1.1.3",
"platforms": {
"ios": "6.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.3"
},
"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",
"CoreGraphics"
],
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "Color",
"dependencies": {
"GDIColor": [
"~> 0.1"
]
}
},
{
"name": "CoreData",
"dependencies": {
"GDICoreDataKit": [
"~> 0.1"
]
}
}
]
}