Skip to content

Commit

Permalink
Adding ZFCardinalDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
flightblog committed Jan 19, 2013
1 parent f8a73c1 commit bf91bf8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ZFCardinalDirection/0.1/ZFCardinalDirection.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "ZFCardinalDirection"
s.version = "0.1"
s.summary = "Cardinal & ordinal compass directions from a compass heading in degrees, (aka Boxing the Compass)."
s.homepage = "https://github.com/flightblog/ZFCardinalDirection"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Steve Foster" => "email@address.com" }
s.source = {
:git => "https://github.com/flightblog/ZFCardinalDirection.git",
:tag => "0.1"
}

s.platform = :ios
s.source_files = 'ZFCardinalDirection/*'
s.requires_arc = true
end

0 comments on commit bf91bf8

Please sign in to comment.