Navigation Menu

Skip to content

Commit

Permalink
AYBMap 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnd committed Apr 22, 2014
1 parent f01cdf8 commit 67c95d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AYBMap/0.1.0/AYBMap.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "AYBMap"
s.version = "0.1.0"
s.summary = "Map a value from one range to another."
s.homepage = "https://github.com/iamandybarnard/AYBMap"
s.license = 'MIT'
s.author = { "Andy Barnard" => "andy@iamandybarnard.com" }
s.source = { :git => "https://github.com/iamandybarnard/AYBMap.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/iamandybarnard'

s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.requires_arc = true

s.source_files = 'AYBMap.{h,m}'
end

0 comments on commit 67c95d0

Please sign in to comment.