blob: fcbafac923dbe7b652a341e0ab9ad2adfc7f4f04 [file] [log] [blame]
{
"name": "XYCycleScrollView",
"version": "1.0.0",
"summary": "Be based on SDCycleScrollView used on iOS.",
"description": "Be based on SDCycleScrollView used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/CoderWCL/XYCycleScrollView",
"license": "MIT",
"authors": {
"CoderWCL": "21468329@qq.com"
},
"source": {
"git": "https://github.com/CoderWCL/XYCycleScrollView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XYCycleScrollView/**/*.{h,m}",
"dependencies": {
"SDCycleScrollView": [
]
}
}