[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 2 / Mortar / 0.11.0 / Mortar.podspec.json
blob33b9c95c03ad405588b825675f05a7aed6dbc80d
2   "name": "Mortar",
3   "version": "0.11.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   },
18   "source": {
19     "git": "https://github.com/jmfieldman/Mortar.git",
20     "tag": "0.11.0"
21   },
22   "source_files": "Mortar/*.swift",
23   "requires_arc": true