blob: 4a2a76eb99fa36d347f59badda12494ec84bb856 [file] [log] [blame]
{
"name": "CMSlider",
"version": "0.0.1",
"summary": "A collection of draggable controls.",
"description": "A collection of draggable controls, have fun.",
"homepage": "https://github.com/chucklab/CMSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chuck MA": "chuck@chucklab.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/chucklab/CMSlider.git",
"tag": "0.0.1"
},
"source_files": "Classes",
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}