[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 9 / e / SuperLayout / 0.1.0 / SuperLayout.podspec.json
bloba6481810a3fe1b2ae0e71459fb2fe561c252730d
2   "name": "SuperLayout",
3   "version": "0.1.0",
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": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/lionheartsw",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.2"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/*"
31       ]
32     }
33   ]