blob: 00ac55462201c3c95d8e2d4e1c2ee1bb85e61a05 [file] [log] [blame]
{
"name": "WCPlugin",
"version": "0.1.1",
"summary": "WCPlugin.",
"description": "常用的第三方UI插件",
"homepage": "https://github.com/394771176/WCPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"394771176": "394771176@qq.com"
},
"source": {
"git": "https://github.com/394771176/WCPlugin.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "FLAnimatedImage",
"source_files": [
"WCPlugin/Classes/FLAnimatedImage/*"
],
"frameworks": [
"ImageIO",
"MobileCoreServices",
"QuartzCore"
],
"dependencies": {
"WCModule/SDWebImage": [
]
}
},
{
"name": "MBProgressHUD",
"source_files": [
"WCPlugin/Classes/MBProgressHUD/*"
],
"frameworks": "CoreGraphics",
"resources": "WCPlugin/Classes/*.bundle"
}
]
}