blob: 107035ac8a333bd5705ff69d78225ed42e0a61bf [file] [log] [blame]
{
"name": "Projection",
"version": "0.0.6",
"authors": {
"Mikey Lintz": "mlintz@gmail.com"
},
"social_media_url": "http://twitter.com/mikeylintz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/mlintz/Projection",
"source": {
"git": "https://github.com/mlintz/Projection.git",
"tag": "v0.0.6"
},
"summary": "iOS library for laying out views using smart rectangles.",
"description": "An iOS layout library as an alternative to Autolayout.\n\nFrames are defined incrementally using smart rectangles which can infer new values based on what's been previously set.",
"platforms": {
"ios": "6.0"
},
"frameworks": "UIKit",
"source_files": "Projection/**/*.{h,m}",
"public_header_files": "Projection/*.h",
"requires_arc": true
}