forked from omaralbeik/M3UKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing podspec file (omaralbeik#18)
- Loading branch information
1 parent
3cb025e
commit a84b4d7
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'M3UKit' | ||
s.version = '0.8.1' | ||
s.summary = 'Modern framework for parsing m3u files' | ||
s.description = <<-DESC | ||
A modern framework for parsing m3u files. | ||
DESC | ||
s.homepage = 'https://github.com/omaralbeik/M3UKit' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.authors = { 'Omar Albeik' => 'https://twitter.com/omaralbeik' } | ||
s.module_name = 'M3UKit' | ||
s.source = { :git => 'https://github.com/omaralbeik/M3UKit.git', :tag => s.version } | ||
s.source_files = 'Sources/**/*.swift' | ||
s.swift_versions = ['5.5', '5.6', '5.7'] | ||
s.ios.deployment_target = '11.0' | ||
s.osx.deployment_target = '10.13' | ||
s.tvos.deployment_target = '11.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters