blob: cb2105ac8fc5717298a4032d8e94216f28d83178 [file] [log] [blame]
{
"name": "RKDropDownNavigationController",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "DropDown Navigation Controller for iOS Project.",
"homepage": "https://github.com/DaskiOFF/RKDropDownNavigationController",
"authors": {
"Roman Kotov": "waydeveloper@gmail.com"
},
"source": {
"git": "https://github.com/DaskiOFF/RKDropDownNavigationController.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/DropDownNavigationController.h",
"resources": [
"Resources/*.xcassets",
"Classes/*.xib"
],
"frameworks": "Foundation"
}