[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 9 / a / InterfaCSS / 2.0-Beta3 / InterfaCSS.podspec.json
blobb48dd3809163f5c9e934b5da52f02f1e71e75597
2   "name": "InterfaCSS",
3   "version": "2.0-Beta3",
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-Beta3"
13   },
14   "default_subspecs": "Core",
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "frameworks": [
24         "Foundation",
25         "UIKit"
26       ],
27       "source_files": "Core/Source/*.{h,m}"
28     },
29     {
30       "name": "Layout",
31       "platforms": {
32         "ios": "11.0"
33       },
34       "frameworks": [
35         "Foundation",
36         "UIKit"
37       ],
38       "source_files": "Layout/Source/*.{swift}",
39       "dependencies": {
40         "InterfaCSS/Core": [
42         ],
43         "YogaKit": [
44           "~> 1.0"
45         ]
46       }
47     }
48   ]