Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
minor bug fixed
Browse files Browse the repository at this point in the history
Fix the bug that the image resource not copying to target.
  • Loading branch information
Cokile committed Jul 29, 2016
1 parent d4ddf01 commit a4e1a1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ xcuserdata/
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/
*.podspec

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Expand Down
13 changes: 13 additions & 0 deletions CCDropDownMenus.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'CCDropDownMenus'
spec.platform = :ios
spec.version = '0.1.2'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/Cokile/CCDropDownMenu'
spec.authors = { 'Cokile' => '[email protected]' }
spec.summary = 'Beautiful drop down menus, written in Objective-C.'
spec.source = {:git => 'https://github.com/Cokile/CCDropDownMenu.git', :tag => 'v0.1.2'}
spec.source_files = 'CCDropDownMenu/*.{h,m}'
spec.resources = 'CCDropDownMenu/*.png'
spec.requires_arc = true
end

0 comments on commit a4e1a1f

Please sign in to comment.