Skip to content

Commit

Permalink
Create Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Apr 6, 2021
1 parent e881e07 commit 7d4c286
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CompositionalLayoutDSL.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'CompositionalLayoutDSL'
spec.version = '0.1.0'
spec.summary = 'library to ease the creation of UICollectionViewCompositionalLayout'
spec.homepage = 'https://github.com/faberNovel/CompositionalLayoutDSL'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Alexandre Podlewski' => '[email protected]' }
spec.source = { :git => 'https://github.com/faberNovel/CompositionalLayoutDSL', :tag => "v#{spec.version}" }
spec.social_media_url = 'https://twitter.com/fabernovel'
spec.ios.deployment_target = '13.0'
spec.tvos.deployment_target = '13.0'
spec.framework = 'Foundation', 'UIKit'
spec.swift_versions = '5.1'
s.source_files = 'Sources/CompositionalLayoutDSL/**/*'
end

0 comments on commit 7d4c286

Please sign in to comment.