diff --git a/Example/YNDropDownMenu.xcworkspace/xcuserdata/seungyounyi.xcuserdatad/UserInterfaceState.xcuserstate b/Example/YNDropDownMenu.xcworkspace/xcuserdata/seungyounyi.xcuserdatad/UserInterfaceState.xcuserstate index db56cca..a264281 100644 Binary files a/Example/YNDropDownMenu.xcworkspace/xcuserdata/seungyounyi.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/YNDropDownMenu.xcworkspace/xcuserdata/seungyounyi.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/YNDropDownMenu.podspec b/YNDropDownMenu.podspec index 36a49ed..8331574 100644 --- a/YNDropDownMenu.podspec +++ b/YNDropDownMenu.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.description = 'The eligible dropdown menu, written in Swift 3, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)' s.homepage = 'https://github.com/younatics/YNDropDownMenu' - s.screenshots = 'https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/YNDropDownMenu.gif', 'https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/YNDropDownMenu2.gif', 'https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/YNDropDownMenu3.gif' + s.screenshots = 'https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/YNDropDownMenu.gif', 'https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu2.gif', 'https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu3.gif' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = 'younatics@gmail.com' s.source = { :git => 'https://github.com/younatics/YNDropDownMenu.git', :tag => s.version.to_s }