blob: 043e68cd87b7ce114c2c04fe10568a361b5a67b6 [file] [log] [blame]
{
"name": "CMRefresh",
"version": "0.0.8",
"summary": "Some util refresh categories for UIScrollView and it's subclasses.",
"description": "Some util refresh categories for UIScrollView and it's subclasses, which write in Objective-C, wish you love it, enjoy the code:D",
"homepage": "https://github.com/chucklab/CMRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chuck MA": "chuck@chucklab.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chucklab/CMRefresh.git",
"tag": "0.0.8"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}