blob: e73766a2909988119755055c51efd699825de043 [file] [log] [blame]
{
"name": "HHLoopView",
"version": "0.1.0",
"summary": "A kind of loopView.",
"description": "这是一个可以自动或手动无限轮播的控件.",
"homepage": "https://github.com/riversea2015/HHLoopView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"riversea2015": "hehai682@126.com"
},
"source": {
"git": "https://github.com/riversea2015/HHLoopView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HHLoopView/Classes/**/*.{h,m}",
"public_header_files": "HHLoopView/Classes/**/*.h",
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import \"HHLoopView_Macro.h\"",
"#endif"
],
"frameworks": "UIKit"
}