Skip to content

Commit

Permalink
Create podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhoo committed Nov 1, 2015
1 parent 7c91080 commit 7296366
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Device.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Device"
s.version = "0.0.1"
s.summary = "Light weight tool for detecting the current device and screen size written in swift."

s.description = "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want."

s.homepage = "https://github.com/Ekhoo/Device"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Lucas Ortis" => "me@lucas-ortis.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Ekhoo/Device.git", :tag => s.version.to_s }
s.source_files = "Source/*.swift"
s.requires_arc = true
end

0 comments on commit 7296366

Please sign in to comment.