Initial commit

This commit is contained in:
oscarz
2024-08-12 10:49:20 +08:00
parent 3002510aaf
commit 00fd0adf89
331 changed files with 53210 additions and 130 deletions

26
Podfile Normal file
View File

@ -0,0 +1,26 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'AIGrammar' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for AIGrammar
# 当遇到 Pod install 出错CDN资源不可用时可以指定 git地址安装
pod 'TrustDecision', '1.4'
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git'
pod 'SwiftJWT'
pod 'SwiftyBeaver', :git => 'https://github.com/SwiftyBeaver/SwiftyBeaver.git'
target 'AIGrammarTests' do
inherit! :search_paths
# Pods for testing
end
target 'AIGrammarUITests' do
# Pods for testing
end
end