[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 2 / b / d / NotAutoLayout / 3.2.0 / NotAutoLayout.podspec.json
bloba2e8500454cbb2f377dd5ef6d2b3523050fd9d26
2   "name": "NotAutoLayout",
3   "version": "3.2.0",
4   "summary": "Layout your views without Auto Layout constraints, in a much more swifty way.",
5   "description": "NotAutoLayout is a framework to help you layout subviews without Auto Layout constraints.",
6   "homepage": "https://github.com/el-hoshino/NotAutoLayout",
7   "screenshots": "https://raw.githubusercontent.com/el-hoshino/NotAutoLayout/master/README_Resource/PlaygroundSample.png",
8   "license": {
9     "type": "Apache",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "el-hoshino": "elvis.shi@icloud.com"
14   },
15   "social_media_url": "http://twitter.com/lovee",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "swift_version": "4.2",
20   "source": {
21     "git": "https://github.com/el-hoshino/NotAutoLayout.git",
22     "tag": "v3.2.0"
23   },
24   "source_files": "NotAutoLayout/NotAutoLayout/**/*.{h,m,swift}"