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

Commit a4e1a1f

Browse files
author
Cokile
committed
minor bug fixed
Fix the bug that the image resource not copying to target.
1 parent d4ddf01 commit a4e1a1f

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ xcuserdata/
3535
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
3636
#
3737
# Pods/
38-
*.podspec
39-
4038
# Carthage
4139
#
4240
# Add this line if you want to avoid checking in source code from Carthage dependencies.

CCDropDownMenus.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'CCDropDownMenus'
3+
spec.platform = :ios
4+
spec.version = '0.1.2'
5+
spec.license = { :type => 'MIT' }
6+
spec.homepage = 'https://github.com/Cokile/CCDropDownMenu'
7+
spec.authors = { 'Cokile' => 'kelvintgx@gmail.com' }
8+
spec.summary = 'Beautiful drop down menus, written in Objective-C.'
9+
spec.source = {:git => 'https://github.com/Cokile/CCDropDownMenu.git', :tag => 'v0.1.2'}
10+
spec.source_files = 'CCDropDownMenu/*.{h,m}'
11+
spec.resources = 'CCDropDownMenu/*.png'
12+
spec.requires_arc = true
13+
end

0 commit comments

Comments
 (0)