Fixed loading images from Pod bundle
Showing
... | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | ||
s.name = 'CedarMaps' | ||
s.version = '2.0.1' | ||
s.version = '2.0.2' | ||
s.summary = 'CedarMaps iOS SDK' | ||
# This description is used to generate tags and improve search results. | ||
... | ... | @@ -36,7 +36,7 @@ Pod::Spec.new do |s| |
s.public_header_files = 'CedarMaps/Headers/Public/*.h' | ||
s.resource_bundles = { | ||
'CedarMaps' => ['CedarMaps/Assets/*.xcassets'] | ||
'CedarMaps' => ['CedarMaps/Assets/Media.xcassets'] | ||
} | ||
s.public_header_files = 'CedarMaps/Classes/**/*.h' | ||
... | ... |
Please
register
or
sign in
to comment