[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 5 / d / c / GSMLayout / 0.1.0 / GSMLayout.podspec.json
blob203eb24504e64069307870fec51f5112b1479e71
2   "name": "GSMLayout",
3   "version": "0.1.0",
4   "summary": "About Fast Swift Views layouting without auto layout.",
5   "description": "About Fast Swift Views layouting without auto layout. pure code, full control and blazing fast.",
6   "homepage": "https://github.com/JiHoonAHN/GSMLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JiHoonAHN": "ahnjh1028@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/JiHoonAHN/GSMLayout.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "GSMLayout/Classes/**/*",
19   "swift_versions": [
20     "4.2",
21     "5.0",
22     "5.1",
23     "5.2",
24     "5.3",
25     "5.4"
26   ],
27   "platforms": {
28     "ios": "9.0",
29     "tvos": "9.0",
30     "osx": "10.11"
31   },
32   "ios": {
33     "frameworks": [
34       "Foundation",
35       "CoreGraphics",
36       "UIKit"
37     ]
38   },
39   "tvos": {
40     "frameworks": [
41       "Foundation",
42       "CoreGraphics",
43       "UIKit"
44     ]
45   },
46   "osx": {
47     "frameworks": [
48       "Foundation",
49       "CoreGraphics",
50       "AppKit"
51     ]
52   },
53   "swift_version": "5.4"