blob: d070553e108bfd259ae89325f5ddcf378ecd130b [file] [log] [blame]
{
"name": "MCStyle",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SDK/*.{h,m,mm}",
"public_header_files": "SDK/*.h",
"dependencies": {
"MCBase/Dto": [
]
},
"ios": {
"frameworks": "UIKit"
}
}