We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a21d0 commit ad8cad7Copy full SHA for ad8cad7
SafeIndex.podspec
@@ -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