Skip to content

Commit

Permalink
Podspace update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Bernat committed Jan 22, 2015
1 parent dfecd1e commit 84a2a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JBAudioPlayerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Pod::Spec.new do |s|
s.author = { "Josip Bernat" => "[email protected]" }
s.social_media_url = "http://twitter.com/josipbernat"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/josipbernat/JBAudioPlayerView.git", :tag => "v1.0.1 }
s.source_files = 'JBAudioPlayerView/JBAudioPlayerView/**/*.{h,m,png}'
s.source = { :git => "https://github.com/josipbernat/JBAudioPlayerView.git", :tag => "v1.0.1" }
s.source_files = 'JBAudioPlayerView/JBAudioPlayerView/**/*.{h,m}'
s.resource_bundles = {'Assets' => ['JBAudioPlayerView/JBAudioPlayerView/Assets/*']}
s.requires_arc = true
s.dependency "PureLayout"
Expand Down

0 comments on commit 84a2a53

Please sign in to comment.