[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 4 / 9 / a / InterfaCSS / 2.0-Beta4.1 / InterfaCSS.podspec.json
blob068f3d439d23decb8ceefd197ee9f9564f9b374f
2   "name": "InterfaCSS",
3   "version": "2.0-Beta4.1",
4   "summary": "The CSS-inspired styling and layout framework for iOS",
5   "homepage": "https://github.com/tolo/InterfaCSS",
6   "license": "MIT",
7   "authors": {
8     "Tobias Löfstrand": "tobias@leafnode.se"
9   },
10   "source": {
11     "git": "https://github.com/tolo/InterfaCSS.git",
12     "tag": "2.0-Beta4.1"
13   },
14   "default_subspecs": "Default",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "frameworks": [
23         "Foundation",
24         "UIKit"
25       ],
26       "source_files": "Core/Source/**/*.{swift,h,m}",
27       "dependencies": {
28         "Parsicle": [
30         ]
31       }
32     },
33     {
34       "name": "Default",
35       "frameworks": [
36         "Foundation",
37         "UIKit"
38       ],
39       "source_files": [
40         "Core/Source/**/*.{swift,h,m}",
41         "Layout/Source/**/*.{swift}"
42       ],
43       "dependencies": {
44         "Parsicle": [
46         ],
47         "YogaKit": [
48           "~> 1.18.0"
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.0"