blob: 047ba023de0cb5dc65e47773389acae7c0e83854 [file] [log] [blame]
{
"name": "ZLDropdownMenu",
"version": "1.0.0",
"summary": "Awesome Dropdown menu for iOS in Objective-C with selected conditions shown under menu.",
"description": "Awesome Dropdown menu for iOS in Objective-C with selected conditions shown under menu. Conditions can only be selected one at a time in tag form,",
"homepage": "https://github.com/imadeit/ZLDropdownMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"imadeit": "yong.he1982@gmail.com"
},
"social_media_url": "http://twitter.com/iMackee",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/imadeit/ZLDropdownMenu.git",
"tag": "1.0.0"
},
"source_files": [
"ZLDropDownMenu/Categories/*.{h,m}",
"ZLDropDownMenu/Utils/Masonry/*.{h,m}",
"ZLDropDownMenu/*.{h,m}"
],
"requires_arc": true
}