[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 2 / Mortar / 1.1.0 / Mortar.podspec.json
blob0309cc9758d54b94253bb78a405205108ddaf56e
2   "name": "Mortar",
3   "version": "1.1.0",
4   "summary": "Auto Layout in Swift using concise, powerful, flexible syntax",
5   "description": "Code your Auto Layout constraints in Swift: view1.m_left |=| view2.m_right + 10",
6   "homepage": "https://github.com/jmfieldman/Mortar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Fieldman": "jason@fieldman.org"
13   },
14   "social_media_url": "http://fieldman.org",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/jmfieldman/Mortar.git",
22     "tag": "1.1.0"
23   },
24   "source_files": "Mortar/*.swift",
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"