blob: 1b40f4f67d670185e533246a6ccf49a0228c653c [file] [log] [blame]
{
"name": "MCStyle",
"version": "0.0.8",
"summary": "Config custom & smart style for iOS UI.",
"description": "Config custom & smart style for iOS UI.",
"license": "MIT",
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"homepage": "https://github.com/poholo/MCStyle",
"source": {
"git": "https://github.com/poholo/MCStyle.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SDK/*.{h,m,mm}",
"public_header_files": "SDK/*.h",
"dependencies": {
"MCBase/Dto": [
]
},
"ios": {
"frameworks": "UIKit"
}
}