forked from aqnote/AQFoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAQFoundation.podspec
More file actions
19 lines (15 loc) · 819 Bytes
/
AQFoundation.podspec
File metadata and controls
19 lines (15 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "AQFoundation"
s.version = "1.3.0"
s.summary = "provider foundation api."
s.description = "AQNote's Foundation Framework, Provider JSON, Base64, Log etc..."
s.homepage = "https://github.com/aqnotecom/com.aqnote.ios.foundation"
s.license = { :type => 'Copyright', :text => "Apache License" }
s.author = { "Peng Li" => "aqnote@aqnote.com" }
s.source = { :git => "https://github.com/aqnotecom/com.aqnote.ios.foundation.git", :tag => "v#{s.version}" }
s.requires_arc = true
s.ios.deployment_target = '15.2'
s.platform = :ios
s.source_files = "AQFoundation/Sources/**/*.{h,m}"
s.public_header_files = "AQFoundation/Sources/public/**/*.h"
end