We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d70894 commit ac348e4Copy full SHA for ac348e4
OpenAISwift.podspec
@@ -0,0 +1,13 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'OpenAISwift'
3
+ s.version = '1.3.0'
4
+ s.license = 'MIT'
5
+ s.summary = 'This is a wrapper library around the ChatGPT and OpenAI HTTP API'
6
+ s.homepage = 'https://github.com/izyumkin/OpenAISwift'
7
+ s.authors = { 'Adam Rush' => 'http://swiftlyrush.com' }
8
+
9
+ s.source = { :git => 'https://github.com/izyumkin/OpenAISwift.git', :tag => s.version.to_s }
10
+ s.source_files = 'Sources/**/*.swift'
11
+ s.swift_version = '4.2'
12
+ s.platform = :ios, '11.1'
13
+end
0 commit comments