Skip to content

Commit ac348e4

Browse files
committed
Added OpenAISwift.podspec
1 parent 9d70894 commit ac348e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

OpenAISwift.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)