blob: c0c3d7ff58ee426d0de1293bc2d6201fb1db7594 [file] [log] [blame]
{
"name": "WJAccordionView",
"version": "1.0",
"summary": "Non scrollable iOS Accordion View",
"homepage": "https://github.com/willyjl/WJAccordionView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Willy Jansen": "i@willyjansen.com"
},
"social_media_url": "http://twitter.com/willyjansen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/willyjl/WJAccordionView.git",
"tag": "v1.0"
},
"source_files": "WJAccordionView/WJAccordionView/*",
"dependencies": {
"SnapKit": [
"~> 0.21"
]
},
"frameworks": "UIKit",
"requires_arc": true
}