Skip to content

Commit

Permalink
Release CocoaPods version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisweissmann authored Sep 17, 2017
1 parent 15f7dc1 commit 6b1479f
Show file tree
Hide file tree
Showing 5 changed files with 664 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ xcuserdata
Utils/gyb.pyc

## Generated Files
*.generated.swift
# *.generated.swift # we have to check it in because of CocoaPods ...
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
4 changes: 2 additions & 2 deletions DeviceKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DeviceKit'
s.version = '1.2.3'
s.version = '1.3.0'
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version }
s.source_files = 'Source'
s.source_files = 'Source/Device.generated.swift'

s.requires_arc = true
end
Loading

0 comments on commit 6b1479f

Please sign in to comment.