blob: b1de0682f201dd84a493e5fcc762f51b19d3f43f [file] [log] [blame]
{
"name": "UIView+Helpers",
"version": "1.1.1",
"summary": "UIView+Helpers is a collecion of methods that make laying out UIViews easier and readable.",
"homepage": "https://github.com/andrewroycarter/UIView-Helpers",
"license": "MIT",
"authors": {
"Trung Tran": "trung.tran@willowtreeapps.com",
"Andrew Roy Carter": "andrew.carter@willowtreeapps.com"
},
"source": {
"git": "https://github.com/andrewroycarter/UIView-Helpers.git",
"tag": "1.1.1"
},
"frameworks": [
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": "5.0"
},
"prefix_header_contents": "#import <QuartzCore/QuartzCore.h>",
"source_files": "*.{h,m}",
"requires_arc": false
}