Skip to content

Commit

Permalink
Update CodableGeoJSON.podspec
Browse files Browse the repository at this point in the history
- fixing capitalization
- updating swift version
  • Loading branch information
hactar authored Nov 16, 2020
1 parent cfa24d2 commit d692a8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CodableGeoJSON.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Pure Swift codable GeoJSON.
s.source = { :git => 'https://github.com/hactar/CodableGeoJSON.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '13.0'

s.source_files = 'Sources/CodableGeoJSON/*'
s.swift_version = '4.0'
s.source_files = 'Sources/CodableGeoJson/*'
s.swift_version = '5.3'

# s.resource_bundles = {
# 'CodableGeoJSON' => ['CodableGeoJSON/Assets/*.png']
# 'CodableGeoJSON' => ['CodableGeoJson/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down

0 comments on commit d692a8d

Please sign in to comment.