[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 9 / e / SuperLayout / 1.0.1 / SuperLayout.podspec.json
blob4f45fe3a0d172537121338d825df221ccdefbf2d
2   "name": "SuperLayout",
3   "version": "1.0.1",
4   "summary": "The simplest and cleanest way to use layout anchors in Swift.",
5   "homepage": "https://github.com/lionheart/SuperLayout",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dan Loewenherz": "dan@lionheartsw.com"
12   },
13   "source": {
14     "git": "https://github.com/lionheart/SuperLayout.git",
15     "tag": "1.0.1"
16   },
17   "social_media_url": "https://twitter.com/lionheartsw",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.3"
21   },
22   "swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Sources/*"
28       ]
29     }
30   ]