Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
baolanlequang committed Feb 2, 2022
1 parent 194ef5d commit f888b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JcampConverter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "JcampConverter"
spec.version = "0.0.4"
spec.version = "0.0.5"
spec.summary = "Jcamp Reader for iOS"
spec.swift_versions = ['4.0', '5.0', '5.5']

Expand Down Expand Up @@ -92,7 +92,7 @@ Pod::Spec.new do |spec|
# Not including the public_header_files will make all headers public.
#

spec.source_files = "JcampConverter/JcampConverter/**/*.{h,m,swift}"
spec.source_files = "JcampConverter/JcampConverter/*.{h,m,swift}", "JcampConverter/JcampConverter/Utils/*.{h,m,swift}"
spec.exclude_files = "Classes/Exclude"

# spec.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit f888b1f

Please sign in to comment.