Skip to content

Commit

Permalink
[add] podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo committed Aug 7, 2017
1 parent 534815d commit 5839394
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions FacebookAuth.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'FacebookAuth'
spec.version = '0.1.0'
spec.authors = {'Moritz Lang' => '[email protected]'}
spec.homepage = 'https://github.com/slashkeys/FacebookAuth'
spec.summary = 'Swift iOS Facebook login'
spec.description = 'Nothing but Facebook login, entirely written in Swift.'
spec.source = {:git => 'https://github.com/slashkeys/FacebookAuth.git', :tag => "v#{spec.version}"}
spec.license = { :type => 'MIT', :file => 'LICENSE' }

spec.ios.deployment_target = '9.3'

spec.source_files = 'FacebookAuth/**/*.{swift}'
end

0 comments on commit 5839394

Please sign in to comment.