Skip to content

Commit

Permalink
podspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayant Dash committed Apr 17, 2020
1 parent 47419c2 commit f8b645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SNF.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "10.0"
s.swift_versions = ['5.1', '5.2']
s.source = { :git => "https://github.com/jayantnd/SNF.git", :branch => "master", :tag => "v"+s.version.to_s }
s.source_files = "SNF", "SNF/**/*.{swift,h,m}"
s.source_files = "SNF/**/*.{swift,h,m}"
s.public_header_files = "SNF/**/*.h"
s.requires_arc = true
end

0 comments on commit f8b645c

Please sign in to comment.