[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 0 / 2 / Mortar / 1.2.1 / Mortar.podspec.json
bloba8fbf5d869d7d79efe6de2b0608585eb8684d593
2   "name": "Mortar",
3   "version": "1.2.1",
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.2.1"
23   },
24   "source_files": "Mortar/*.swift",
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.1",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Mortar/*.swift"
32     },
33     {
34       "name": "MortarVFL",
35       "source_files": "Extensions/MortarVFL/*.swift",
36       "dependencies": {
37         "Mortar/Core": [
39         ]
40       }
41     }
42   ]