We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517899d commit c6cab17Copy full SHA for c6cab17
ACMOpenAI.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |spec|
2
spec.name = "ACMOpenAI"
3
- spec.version = "1.0.1"
+ spec.version = "1.0.2"
4
spec.summary = "ACMOpenAI iOS Library"
5
spec.description = <<-DESC
6
ACMOpenAI is a library that help developers to use Open AI API easily.
7
DESC
8
9
spec.homepage = "https://github.com/AppcentMobile/ACMOpenAI-iOS"
10
- spec.license = { :type => "Apache License, Version 2.0", :file => "LICENCE" }
+ spec.license = { :type => "MIT License", :file => "LICENCE" }
11
spec.author = "burak"
12
spec.platform = :ios
13
spec.ios.deployment_target = '13.0'
0 commit comments