Skip to content

Commit

Permalink
fixed podspec issue
Browse files Browse the repository at this point in the history
removed s.resources from podspec to fix compiler error
  • Loading branch information
mrtksn committed Jul 11, 2019
1 parent ac70f82 commit f993af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyState.podspec
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.swift_version = '5.0'
s.source_files = 'SwiftyState/Classes/**/*'
s.resources = ['SwiftyState/Classes/*.xib']
#s.resources = ['SwiftyState/Classes/*.xib']


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

0 comments on commit f993af6

Please sign in to comment.