blob: 75518d34e81879be28efd50bf0afd76aa416b089 [file] [log] [blame]
{
"name": "MCUIKit",
"version": "0.3.8",
"summary": "Additions for iOS UIKit.",
"description": "TODO: Add long description of the pod here.\n包含UIKit基础组件库、分类、扩展等",
"homepage": "https://github.com/BinaryParadise/MCUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mylcode": "mylcode.ali@gmail.com"
},
"source": {
"git": "https://github.com/BinaryParadise/MCUIKit.git",
"tag": "0.3.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MCUIKit/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 5.4"
]
}
}