[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 5 / Modular / 1.0.2 / Modular.podspec.json
blob39e625fcba7a013b8a5e9ff83db4d27266420f71
2   "name": "Modular",
3   "version": "1.0.2",
4   "summary": "More uniform layout with less code. Built on SnapKit.",
5   "description": "Modular is a framework that should simplify your work with autolayout. As we all know, accessing and using constraints directly as Apple designed it can be extremely painful. That's why SnapKit developed their amazing framework. Now with Modular, you should be able to create your layouts with even less code while maintaining uniformity of your spacings (if needed) throughout your app. Modular is not designed to handle all possible layout options but we are sure it will save you a fair amount of coding if you decide to use it!",
6   "homepage": "https://github.com/manGoweb/Modular",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ondrej Rafaj": "dev@liveui.io"
13   },
14   "source": {
15     "git": "https://github.com/manGoweb/Modular.git",
16     "tag": "1.0.2"
17   },
18   "social_media_url": "https://twitter.com/rafiki270",
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "source_files": "Modular/Classes/**/*",
24   "dependencies": {
25     "SnapKit": [
27     ]
28   }