[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 3 / VisualConstraints / 1.0.0 / VisualConstraints.podspec.json
blob4c5e9fc01088ee6d5b49e676bed82a429223d205
2   "name": "VisualConstraints",
3   "version": "1.0.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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*",
20   "resource_bundles": {
21     "VisualConstraints": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/*.h",
26   "frameworks": [
27     "UIKit",
28     "MapKit"
29   ],
30   "dependencies": {
31     "CocoaLumberjack": [
33     ]
34   }