[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 3 / 5 / 7 / JustLayout / 1.4.0 / JustLayout.podspec.json
blobf67ce7bc7366448f5f26d46877282581405b7572
2   "name": "JustLayout",
3   "module_name": "JustLayout",
4   "version": "1.4.0",
5   "summary": "An elegant Auto Layout sugar for iOS",
6   "description": "JustLayout is an elegant Auto Layout sugar for iOS.",
7   "homepage": "https://github.com/Meniny/JustLayout",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Elias Abel": "admin@meniny.cn"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "source": {
17     "git": "https://github.com/Meniny/JustLayout.git",
18     "tag": "1.4.0"
19   },
20   "requires_arc": true,
21   "swift_version": "4.1",
22   "platforms": {
23     "ios": "8",
24     "tvos": "10.2"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "JustLayout/Core/**/*.swift",
32         "JustLayout/JustLayout.h"
33       ]
34     }
35   ]