blob: b48dd3809163f5c9e934b5da52f02f1e71e75597 [file] [log] [blame]
{
"name": "InterfaCSS",
"version": "2.0-Beta3",
"summary": "The CSS-inspired styling and layout framework for iOS",
"homepage": "https://github.com/tolo/InterfaCSS",
"license": "MIT",
"authors": {
"Tobias Löfstrand": "tobias@leafnode.se"
},
"source": {
"git": "https://github.com/tolo/InterfaCSS.git",
"tag": "2.0-Beta3"
},
"default_subspecs": "Core",
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"subspecs": [
{
"name": "Core",
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Core/Source/*.{h,m}"
},
{
"name": "Layout",
"platforms": {
"ios": "11.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Layout/Source/*.{swift}",
"dependencies": {
"InterfaCSS/Core": [
],
"YogaKit": [
"~> 1.0"
]
}
}
]
}