- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThreadSafe.podspec
More file actions
Latest commit
17 lines (16 loc) · 662 Bytes
/
Copy pathThreadSafe.podspec
File metadata and controls
17 lines (16 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.newdo |s|
s.name="ThreadSafe"
s.version="1.5.1"
s.summary="ThreadSafe"
s.homepage="https://github.com/CloudlessMoon/ThreadSafe"
s.license="MIT"
s.author="CloudlessMoon"
s.source={:git=>"https://github.com/CloudlessMoon/ThreadSafe.git",:tag=>"#{s.version}"}
s.platform=:ios,"13.0"
s.swift_versions=["5.9"]
s.requires_arc=true
s.default_subspec="Core"
s.subspec"Core"do |ss|
ss.source_files="Sources/Core/**/*.{swift}"
end
end