blob: 6d42a2739d1701577f82ee80077a8bb04213755c [file] [log] [blame]
{
"name": "JTRevealSidebarDemo",
"version": "2.2",
"license": "MIT",
"summary": "A carefully implemented iOS objective-c library to mimic the sidebar layout of the new Facebook app and Path 2.0 app.",
"homepage": "https://github.com/mystcolor/JTRevealSidebarDemo",
"authors": {
"James Tang": "mystcolor@gmail.com"
},
"source": {
"git": "https://github.com/mystcolor/JTRevealSidebarDemo.git",
"tag": "2.2"
},
"description": "An iOS objective-c library template for mimic the sidebar layout of the new Facebook app and the Path app. JTRevealSidebarV2 is aimed to be a truly flexible and reusable solution for this which has been carefully implemented. It has been developed under iOS 4.3 and 5.0 devices, sample code has been built using ARC, but the library itself should be both ARC and non-ARC compatible.",
"platforms": {
"ios": null
},
"source_files": "JTRevealSidebarV2/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}