blob: 609fb61b09029dc4bd2f17e640ec57642faadfeb [file] [log] [blame]
{
"name": "VisualConstraints",
"version": "0.1.0",
"summary": "Small library for making it easy to programmatically add constraints",
"description": " The Pod provides methods to easily add and debug constraints programmatically. It includes methods for the most commonly used layouting of UI elements. The Pod also includes methods to ease the use of scrollviews and autolayout.\n\n",
"homepage": "https://github.com/catalinaturlea/visualConstraints",
"license": "MIT",
"authors": {
"Catalina Turlea": "catalina.turlea@gmail.com"
},
"source": {
"git": "https://github.com/catalinaturlea/visualConstraints.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resource_bundles": {
"VisualConstraints": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"CocoaLumberjack": [
]
}
}