blob: 5b48253d21927e902e41c18368297e26678f5c2a [file] [log] [blame]
{
"name": "ARSlidingPanel",
"version": "0.1.0",
"summary": "ARSlidingPanel is a realization of sliding-up panel for iOS",
"description": " ARSlidingPanel is and iOS framework that allows to use 'Google Play Music - like' sliding-up panel in your application\n",
"homepage": "https://github.com/andriirogulin/ARSlidingPanel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrii Rogulin": "andrii.rogulin@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/andriirogulin/ARSlidingPanel.git",
"tag": "0.1.0"
},
"source_files": "Classes/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"frameworks": "UIKit",
"requires_arc": true
}