source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0' #inhibit_all_warnings! def common pod 'WeexSDK' pod 'WXDevtool', '0.9.5' pod 'SDWebImage', '3.7.5' pod 'SocketRocket', '0.4.2' pod 'ATSDK-Weex', '0.0.1' pod 'Device', :path=>'../../' pod 'WeexPluginLoader' end target 'WeexDemo' do common end