blob: 5c867df1a82546e843183a6b59e70d1f2f0fa204 [file] [log] [blame]
{
"name": "SMWAccordion",
"version": "1.1.1",
"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.1"
},
"documentation_url": "http://www.sammeechward.com/library/ios/documentation/SMWAccordion/",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}