-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiOS_LWAIGCKit.podspec
More file actions
28 lines (24 loc) · 1.28 KB
/
iOS_LWAIGCKit.podspec
File metadata and controls
28 lines (24 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |spec|
spec.name = "iOS_LWAIGCKit"
spec.version = "1.0.2"
spec.summary = "LWAIGCKit人工智能SDK for iOS"
spec.description = <<-DESC
iOS_LWAIGCKit 为 iOS 应用程序提供AI功能。
DESC
spec.homepage = "https://github.com/wsr1949/iOS_LWAIGCKit/tree/#{spec.version}/iOS_LWAIGCKit"
spec.license = 'MIT'
spec.author = { "wsr1949" => "921903719@qq.com" }
spec.social_media_url = 'https://github.com/wsr1949'
spec.platform = :ios, '14.0'
spec.source = { :git => "https://github.com/wsr1949/iOS_LWAIGCKit.git", :tag => spec.version.to_s }
spec.documentation_url = 'https://github.com/wsr1949/iOS_LWAIGCKit/blob/main/README.md'
spec.requires_arc = true
spec.frameworks = 'Foundation'
spec.vendored_frameworks = 'XCFramework/iOS_LWAIGCKit.xcframework'
spec.dependency 'MJExtension'
spec.dependency 'SSZipArchive'
spec.dependency 'SocketRocket'
spec.pod_target_xcconfig = {
'OTHER_LDFLAGS' => '-lObjC',
}
end