[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 7 / StoryboardConstraint / 0.1.2 / StoryboardConstraint.podspec.json
blobafbe26eec8fb5d8254cc6058622a3b919f692474
2   "name": "StoryboardConstraint",
3   "version": "0.1.2",
4   "summary": "A simple way to use programmatically Autolayout Constraint created in Storyboard.",
5   "description": "A simple way to use programmatically Autolayout Constraint created in Storyboard.\n- Predefined basic constraints: top, bottom, leading, trailing, height, width, centerX, centerY\n- A complete method to find a specific constraint through the views",
6   "homepage": "https://github.com/dimix/StoryboardConstraint",
7   "screenshots": "https://raw.githubusercontent.com/dimix/StoryboardConstraint/master/readme-images/demo.gif",
8   "license": "MIT",
9   "authors": {
10     "Dimitri Giani": "dimitri.giani@gmail.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/dimix/StoryboardConstraint.git",
17     "tag": "0.1.2"
18   },
19   "source_files": [
20     "Classes",
21     "StoryboardConstraint/*.{swift}"
22   ]