[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 5 / 7 / StoryboardConstraint / 0.1.1 / StoryboardConstraint.podspec.json
blob65ef9ec707c2ee35c767728a69de5bcfdd1489ad
2   "name": "StoryboardConstraint",
3   "version": "0.1.1",
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.1"
18   },
19   "source_files": [
20     "Classes",
21     "StoryboardConstraint/*.{swift}"
22   ],
23   "pushed_with_swift_version": "4.0"