Skip to content

Commit

Permalink
pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Esqarrouth committed Nov 14, 2015
1 parent 2ee2fed commit eb1590c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions EZSwiftExtensions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "EZSwiftExtensions"
s.version = "0.1"
s.summary = ":smirk: How Swift standard types and classes were supposed to work"
s.description = ":smirk: How Swift standard types and classes were supposed to work."
s.homepage = "https://github.com/goktugyil/EZSwiftExtensions"
s.license = 'MIT'
s.author = { "goktugyil" => "[email protected]" }
s.source = { :git => "https://github.com/goktugyil/EZSwiftExtensions.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = true

# If more than one source file: https://guides.cocoapods.org/syntax/podspec.html#source_files
s.source_files = 'Sources/*.swift'

end

0 comments on commit eb1590c

Please sign in to comment.