blob: a9f309a0e4a9ff3e774e7522b9dbcc7841ae3e88 [file] [log] [blame]
{
"name": "SYCSSColor",
"version": "0.1.6",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/wangson1237/SYCSSColor",
"authors": {
"Wangson1237": "wangson1237@outlook.com"
},
"summary": "Base on CSS color for iOS.",
"source": {
"git": "https://github.com/wangson1237/SYCSSColor.git",
"tag": "0.1.6"
},
"module_name": "SYCSSColor",
"header_dir": "SYCSSColor",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreGraphics"
],
"libraries": "c++",
"pod_target_xcconfig": {
"SYANG_CXX_LANGUAGE_STANDARD": "c++11",
"SYANG_CXX_LIBRARY": "libc++"
},
"subspecs": [
{
"name": "Core",
"compiler_flags": "-fno-exceptions -Wno-implicit-retain-self",
"public_header_files": [
"Source/*.h"
],
"source_files": [
"Source/**/*.{h,mm}"
]
}
]
}