[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 5 / 7 / StoryboardConstraint / 0.1.0 / StoryboardConstraint.podspec.json
blob68b060d9a715408c2d6e4d5fd325110813f4efa5
2   "name": "StoryboardConstraint",
3   "version": "0.1.0",
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": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/dimix/StoryboardConstraint.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "Classes",
21     "StoryboardConstraint/*.{swift}"
22   ],
23   "pushed_with_swift_version": "3.0"