Skip to content

Commit

Permalink
Fix pod
Browse files Browse the repository at this point in the history
  • Loading branch information
sidan5 committed Mar 1, 2014
1 parent e97d432 commit 514863a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file not shown.
13 changes: 13 additions & 0 deletions iLink.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'iLink'
s.version = '1.0'
s.license = 'zlib'
s.summary = 'A handy class that create the links needed for the app page, developer profile or rating for iOS or Mac. The class also prompts users of your iPhone or Mac App Store app to update your application if there is a new version.'
s.homepage = 'https://github.com/sidan5/iLink'
s.authors = 'Idan S'
s.source = { :git => 'https://github.com/sidan5/iLink.git', :tag => '1.0' }
s.source_files = 'iLink/iLink.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
end

0 comments on commit 514863a

Please sign in to comment.