blob: d1440745d328fc64aa8658e91b20c6a7d3c98043 [file] [log] [blame]
{
"name": "SMWAccordion",
"version": "1.1.0",
"summary": "An accordion for iOS that subclasses UITableView.",
"description": "SMWAccordion is an Objective-C accordion library for iOS.\nThe SMWAccordionView can be treated just like a UITableView, with a few extra datasource and delegate methods to make the accordion part work.",
"homepage": "https://github.com/meech-ward/SMWAccordion",
"screenshots": "http://www.sammeechward.com/assets/SMWAccordion/preview.gif",
"license": "MIT",
"authors": {
"Sam Meech-Ward": "sam@meech-ward.com"
},
"source": {
"git": "https://github.com/meech-ward/SMWAccordion.git",
"tag": "1.1.0"
},
"documentation_url": "http://www.sammeechward.com/library/ios/documentation/SMWAccordion/",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}