Skip to content

Commit

Permalink
Merge pull request #14 from nerd0geek1/feature/update-podspec
Browse files Browse the repository at this point in the history
update podspec
  • Loading branch information
nerd0geek1 authored Aug 4, 2016
2 parents 03a5d9f + c19d6c8 commit cc4b8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlayListPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

Pod::Spec.new do |s|
s.name = "PlayListPlayer"
s.version = "0.0.1"
s.version = "0.1.0"
s.summary = "Audio/Movie PlayList Player module written in Swift"
s.description = "PlayListPlayer is AVPlayer wrapper to make easy playing audio/video file from NSURL"
s.homepage = "https://github.com/nerd0geek1/PlayListPlayer"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Kohei Tabata" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/nerd0geek1/PlayListPlayer.git", :tag => "v0.0.1" }
s.source = { :git => "https://github.com/nerd0geek1/PlayListPlayer.git", :tag => "v0.1.0" }
s.source_files = "Classes", "PlayListPlayer/**/*.{swift}"
end

0 comments on commit cc4b8eb

Please sign in to comment.