mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-30 03:40:30 +08:00
32 lines
608 B
Ruby
32 lines
608 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'CIMKit' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
|
|
# Pods for CIMKit
|
|
pod "SocketRocket", '~> 0.5.1'
|
|
pod "Protobuf", '~> 3.13.0'
|
|
pod "CocoaAsyncSocket", '~> 7.6.4'
|
|
|
|
target 'CimKit' do
|
|
pod "SocketRocket", '~> 0.5.1'
|
|
pod "Protobuf", '~> 3.13.0'
|
|
pod "CocoaAsyncSocket", '~> 7.6.4'
|
|
|
|
end
|
|
|
|
|
|
target 'CIMKitTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
target 'CIMKitUITests' do
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|