Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Aug 12, 2015
1 parent 12ddb00 commit d66a81a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Carte.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Carte'
s.version = '0.1.0'
s.summary = 'Open source notice generator for Cocoa.'
s.homepage = 'https://github.com/devxoul/Carte'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Suyeol Jeon' => 'devxoul@gmail.com' }
s.source = { :git => 'https://github.com/devxoul/Carte.git', :tag => s.version.to_s }
s.source_files = 'Carte/*.swift'
s.preserve_paths = 'Carte/carte.rb'
s.requires_arc = true

s.ios.deployment_target = '8.0'
end

0 comments on commit d66a81a

Please sign in to comment.