blob: e3dc1522f2888ddb9da04ad5e63861b635bd6e68 [file] [log] [blame]
{
"name": "WKCScrollView",
"version": "0.2.6",
"summary": "WKCScrollView is a view based on UIScrollView,and it has a viewsPool to store the visibleViews.",
"homepage": "https://github.com/WeiKunChao/WKCScrollView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeiKunChao": "17736289336@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WeiKunChao/WKCScrollView.git",
"tag": "0.2.6"
},
"source_files": "WKCScrollView/**/*.{h,m}",
"public_header_files": "WKCScrollView/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}