Skip to content

Commit

Permalink
Merge pull request #119 from yourtion/master
Browse files Browse the repository at this point in the history
Fix pod error AudioToolbox
  • Loading branch information
xhzengAIB committed Jun 9, 2014
2 parents de8015b + 66faa60 commit 9ca7eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MessageDisplayKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.authors = { "xhzengAIB" => "[email protected]" }
s.source = { :git => "https://github.com/xhzengAIB/MessageDisplayKit.git", :tag => "v0.2.1" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioTollbox'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit', 'MobileCoreServices', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'CoreMedia', 'CoreText', 'AudioToolbox'
s.platform = :ios, '6.0'
s.source_files = 'MessageDisplayKit/Classes/**/*.{h,m}'
s.resources = 'MessageDisplayKit/Resources/*'
Expand Down

0 comments on commit 9ca7eef

Please sign in to comment.