Skip to content

Commit

Permalink
* [ios] fix podspec syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
acton393 committed Sep 9, 2016
1 parent ab4ece9 commit d0386e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/sdk/WeexSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|

s.user_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => "'$(PODS_ROOT)/WeexSDK'" }

s.frameworks = CoreMedia','MediaPlayer','AVFoundation','AVKit','JavaScriptCore', 'GLKit'
s.frameworks = 'CoreMedia','MediaPlayer','AVFoundation','AVKit','JavaScriptCore', 'GLKit'

s.dependency 'SocketRocket'

Expand Down

0 comments on commit d0386e6

Please sign in to comment.