Skip to content

Commit

Permalink
Update the podspec for version 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Aug 2, 2014
1 parent 9f34bd8 commit ed870d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions XirSys.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Pod::Spec.new do |s|
s.name = "XirSys"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "An Objective-C client for the XirSys API."
s.homepage = "https://github.com/samsymons/XirSys"
s.license = 'MIT'
s.author = { "Sam Symons" => "[email protected]" }
s.source = { :git => "https://github.com/samsymons/XirSys.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/sam_symons'

s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.requires_arc = true

s.source_files = 'Classes/*.{h,m}', 'Classes/**/*.{h,m}'
Expand Down

0 comments on commit ed870d3

Please sign in to comment.