blob: 99fa0af330b4bf2aa561b8d84d0215cf3f0b93b7 [file] [log] [blame]
{
"name": "TCSwiftCss",
"version": "0.1.11",
"summary": "using swift like css",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/truextcfans/TCSwiftCss.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truextcfans": "xietiancai@thinker.vc"
},
"source": {
"git": "https://github.com/truextcfans/TCSwiftCss.git",
"tag": "0.1.11"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "TCSwiftCss/Classes/**/*.{swift}",
"resource_bundles": {
"TCSwiftCss": [
"TCSwiftCss/Assets/*"
]
},
"dependencies": {
"SnapKit": [
"~> 4.0"
]
}
}