blob: c5ff2825eaa9eea9519cbd8b4ea1f8503516b12e [file] [log] [blame]
{
"name": "ADPictureView",
"version": "0.1.0",
"summary": "ADPictureView",
"description": "图片轮播器控件, 可以显示广告或者轮播图片; 内部集成了图片点击操作代码块",
"homepage": "https://github.com/CoderTitan/ADPictureView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderTitan": "quanjunt@163.com"
},
"source": {
"git": "https://github.com/CoderTitan/ADPictureView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "AdPicView",
"source_files": "ADPictureView/Classes/AdPicView/**/*"
},
{
"name": "MenueView",
"source_files": "ADPictureView/Classes/MenueView/**/*"
}
]
}