mirror of
https://github.com/wu736139669/ASHFeel.git
synced 2026-08-05 05:55:38 +00:00
21 lines
427 B
Ruby
21 lines
427 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
||
use_frameworks!
|
||
platform :ios, '8.0'
|
||
inhibit_all_warnings!
|
||
install! 'cocoapods', :deterministic_uuids => false
|
||
|
||
target 'ASHFeel' do
|
||
pod 'Masonry'
|
||
pod 'Bugly'
|
||
pod 'IQKeyboardManager'
|
||
pod 'MBProgressHUD' =>’1.0.0’
|
||
|
||
#社会化分享
|
||
pod 'UMCShare/Social/WeChat'
|
||
pod 'UMCShare/Social/QQ'
|
||
pod 'UMCShare/Social/Sina'
|
||
pod 'UMCShare/UI'
|
||
|
||
end
|