blob: 36641fca4e4de43e9cf33cf9abd7a179558228cf [file] [log] [blame]
{
"name": "FMFrameMaker",
"version": "0.3",
"summary": "An Objective-C library for simplifying, encapsulating, and optimizing view layout logic into a single block for each view.",
"homepage": "https://github.com/lavoy/FMFrameMaker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy LaVoy": "lavoy.andy@gmail.com"
},
"source": {
"git": "https://github.com/lavoy/FMFrameMaker.git",
"tag": "0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "FMFrameMaker/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}