Skip to content

Commit

Permalink
Merge pull request #12 from Meximus/master
Browse files Browse the repository at this point in the history
Change AudioKit version to 4.0.3, change project version to 1.2.
  • Loading branch information
AppliKey authored Dec 19, 2017
2 parents 0d86074 + 90f6003 commit ab65bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PandoraPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PandoraPlayer"
s.version = "1.1"
s.version = "1.2"
s.summary = "Music Player for iOS"
s.description = "A simple iOS music player library written in Swift"

Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |s|

s.resources = "Player/**/*.{storyboard,xib,xcassets}"

s.dependency "AudioKit", "4.0"
s.dependency "AudioKit", "4.0.3"

end

0 comments on commit ab65bbd

Please sign in to comment.