blob: 6037876ceeb172d7ccb755e399b2989e32cb0fee [file] [log] [blame]
{
"name": "LHSColorPickerView",
"version": "1.0.0",
"summary": "A simple and elegant color picker to add to your applications.",
"homepage": "http://lionheartsw.com",
"license": "Apache 2.0",
"authors": {
"Eric Olszewski": "eric@lionheartsw.com"
},
"social_media_url": "http://twitter.com/eric_olszewski",
"source": {
"git": "https://github.com/lionheart/LHSColorPickerView.git",
"tag": "1.0.0"
},
"source_files": "LHSColorPickerView/*.{h,m}",
"public_header_files": "LHSColorPickerView/*.h",
"requires_arc": true,
"dependencies": {
"LHSCategoryCollection": [
]
},
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit"
}