blob: b41380d050748c6b190b75135dd4758f8c1636fe [file] [log] [blame]
{
"name": "JCPullToRefreshView",
"version": "0.0.2",
"summary": "Supports pull-to-refresh and pull-to-loadmore.",
"homepage": "http://lijingcheng.github.io/",
"license": "MIT",
"authors": {
"lijingcheng": "bj_lijingcheng@163.com"
},
"source": {
"git": "https://github.com/lijingcheng/JCPullToRefreshView.git",
"tag": "0.0.2"
},
"social_media_url": "http://weibo.com/lijingcheng1984",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Assets/*.png"
],
"resource_bundles": {
"JCPullToRefreshView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"KVOController": [
"~> 1.0.3"
]
}
}