Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 0920f69

Browse files
committed
update podspec
1 parent 8b7bee5 commit 0920f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EFArduinoFSK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'EFArduinoFSK'
11-
s.version = '0.3.0'
12-
s.summary = 'A short description of EFArduinoFSK.'
11+
s.version = '0.5.0'
12+
s.summary = 'FSK Library for iOS interface with Arduino Development.'
1313
s.description = <<-DESC
1414
TODO: Add long description of the pod here.
1515
DESC
@@ -24,7 +24,7 @@ TODO: Add long description of the pod here.
2424
s.ios.deployment_target = '8.0'
2525
s.platform = :ios, '7.0'
2626
# s.platform = :ios
27-
s.source_files = 'EFArduinoFSK/Classes/**/*'
27+
s.source_files = 'EFArduinoFSK/Classes/**/*.{h,m}'
2828
s.exclude_files = "LICENSE, README.md, EFArduinoFSK-iOS.podspec"
2929
#s.exclude_files ='EFArduinoFSK/Classes/lockfree.h'
3030
s.requires_arc = false

0 commit comments

Comments
 (0)