blob: e8d13e575b62eeb987abb2cd94b0c1d7ba673511 [file] [log] [blame]
{
"name": "JXRollView",
"version": "2.0.0",
"summary": "The easiest way to create an infinite loop scroll view.",
"description": "The easiest way to create an infinite loop scroll view.Only need a few simple steps.",
"homepage": "https://github.com/augsun/JXRollView",
"license": "MIT",
"authors": "CoderSun",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/augsun/JXRollView.git",
"tag": "2.0.0"
},
"source_files": "JXRollView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
}
}