blob: 132189976bf59e6135196c32af17861d672a9b77 [file] [log] [blame]
{
"name": "WJAccordionView",
"version": "1.0.2",
"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.2"
},
"source_files": "WJAccordionView/WJAccordionView/*.swift",
"resource_bundles": {
"WJAccordionViewResources": [
"WJAccordionView/WJAccordionView/*.xcassets"
]
},
"dependencies": {
"SnapKit": [
"~> 0.21"
]
},
"frameworks": "UIKit",
"requires_arc": true
}