зеркало из https://github.com/microsoft/kiota.git
24 строки
572 B
Ruby
24 строки
572 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
platform :ios, '9.0'
|
|
|
|
target 'MicrosoftKiotaAbstractions' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for MicrosoftKiotaAbstractions
|
|
pod 'URITemplate'
|
|
|
|
target 'MicrosoftKiotaAbstractionsTests' do
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|
|
|
|
target 'MicrosoftKiotaAbstractionsPackageDescription' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for MicrosoftKiotaAbstractionsPackageDescription
|
|
|
|
end
|