Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NoFearJoe committed Dec 15, 2017
1 parent 91b5f5e commit d1bd0a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Foto.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|

s.name = 'Foto'
s.summary = 'Easy to use gallery content provider written in Swift'
s.authors = 'nofearjoe'
s.homepage = 'https://github.com/NoFearJoe'
s.license = { :type => 'MIT' }

s.version = '0.1'
s.source = { :git => 'https://github.com/NoFearJoe/Foto.git', :tag => s.version.to_s }

s.platform = :ios
s.ios.deployment_target = '9.0'
s.requires_arc = true

s.source_files = 'Foto/Foto/Sources/**/*.{swift}'

end

0 comments on commit d1bd0a9

Please sign in to comment.