Skip to content

Commit

Permalink
-- update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaibrahim989 committed Oct 28, 2016
1 parent 605834a commit e673adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MICountryPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/mustafaibrahim989/MICountryPicker.git", :tag => s.version }
s.source_files = 'Source/*.swift'
s.resources = 'Source/assets.bundle', 'CallingCodes.plist'
s.resources = ['Source/assets.bundle', 'Source/CallingCodes.plist']
s.requires_arc = true
end

0 comments on commit e673adb

Please sign in to comment.