blob: 4949ee82853a79dea97fde739fe2f519b5eb97b9 [file] [log] [blame]
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
#inhibit_all_warnings!
def common
pod 'WeexSDK', :path=>'../sdk/'
pod 'WXDevtool', '0.9.5'
pod 'SDWebImage', '3.7.5'
pod 'SocketRocket', '0.4.2'
pod 'ATSDK-Weex', '0.0.1'
end
target 'WeexDemo' do
common
end
target 'WeexUITestDemo' do
common
end