[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / b / 3 / VisualConstraints / 1.1.0 / VisualConstraints.podspec.json
blob09d6c0831f15751b1103cc8d4f704f5039af515f
2   "name": "VisualConstraints",
3   "version": "1.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.",
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.1.0"
14   },
15   "social_media_url": "https://twitter.com/CatalinaTurlea",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*",
21   "resource_bundles": {
22     "VisualConstraints": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/*.h",
27   "frameworks": [
28     "UIKit",
29     "MapKit"
30   ],
31   "dependencies": {
32     "CocoaLumberjack": [
34     ]
35   }