Commit fe52b53b authored by Deployer's avatar Deployer

Fixed an issue in PodSpec

parent 442e1d7b
......@@ -20,7 +20,6 @@ Pod::Spec.new do |s|
s.framework = 'UIKit'
s.platform = :ios, '8.0'
s.requires_arc = true
s.resource_bundles = { 'CedarMap' => ['Pod/Assets/*.png' ] }
s.public_header_files = 'Pod/Classes/**/*.h'
s.dependency 'Mapbox-iOS-SDK', '~> 3.3.4'
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment