Skip to content

Commit ad8cad7

Browse files
committed
Add podspec
1 parent 48a21d0 commit ad8cad7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

SafeIndex.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = "SafeIndex"
3+
s.version = "0.1.0"
4+
s.summary = "Optional Index for Swift"
5+
s.homepage = "https://github.com/devxoul/SafeIndex"
6+
s.license = { :type => "MIT", :file => "LICENSE" }
7+
s.author = { "Suyeol Jeon" => "[email protected]" }
8+
s.source = { :git => "https://github.com/devxoul/SafeIndex.git",
9+
:tag => s.version.to_s }
10+
s.source_files = "Sources/*.swift"
11+
s.requires_arc = true
12+
13+
s.ios.deployment_target = "8.0"
14+
s.osx.deployment_target = "10.9"
15+
s.tvos.deployment_target = "9.0"
16+
end

0 commit comments

Comments
 (0)