[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / b / 3 / VisualConstraints / 0.1.0 / VisualConstraints.podspec.json
blob609fb61b09029dc4bd2f17e640ec57642faadfeb
2   "name": "VisualConstraints",
3   "version": "0.1.0",
4   "summary": "Small library for making it easy to programmatically add constraints",
5   "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",
6   "homepage": "https://github.com/catalinaturlea/visualConstraints",
7   "license": "MIT",
8   "authors": {
9     "Catalina Turlea": "catalina.turlea@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/catalinaturlea/visualConstraints.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "VisualConstraints": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": [
25     "UIKit",
26     "MapKit"
27   ],
28   "dependencies": {
29     "CocoaLumberjack": [
31     ]
32   }