diff --git a/EZSwiftExtensions.podspec b/EZSwiftExtensions.podspec new file mode 100644 index 00000000..c0deed2d --- /dev/null +++ b/EZSwiftExtensions.podspec @@ -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" => "gok-2@hotmail.com" } +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 \ No newline at end of file