We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1833197 commit 749eff2Copy full SHA for 749eff2
1 file changed
Yet.podspec
@@ -0,0 +1,20 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'Yet'
3
+ s.version = '0.1.0'
4
+ s.summary = 'Not yet implemented functions in Swift.'
5
+ s.homepage = 'https://github.com/devxoul/Yet'
6
+ s.license = { :type => 'MIT', :file => 'LICENSE' }
7
+ s.author = { 'Suyeol Jeon' => 'devxoul@gmail.com' }
8
+ s.source = { :git => 'https://github.com/devxoul/Yet.git',
9
+ :tag => s.version.to_s }
10
+ s.source_files = "Sources/*.swift"
11
+
12
+ s.ios.deployment_target = '8.0'
13
+ s.osx.deployment_target = '10.11'
14
+ s.tvos.deployment_target = '9.0'
15
+ s.watchos.deployment_target = '2.0'
16
17
+ s.pod_target_xcconfig = {
18
+ 'SWIFT_VERSION' => '3.0'
19
+ }
20
+end
0 commit comments