Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
caophuocthanh committed Apr 25, 2020
1 parent bdc8afd commit 4dd01ab
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions UIBaseView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |spec|

spec.name = "UIBaseView"
spec.version = "0.0.1"
spec.summary = "A CocoaPods library written in Swift"

spec.description = <<-DESC
This CocoaPods library helps you perform calculation.
DESC

spec.homepage = "https://github.com/onebuffer/UIBaseView"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Cao Phuoc Thanh" => "caophuocthanh@gmail.com" }

spec.ios.deployment_target = "11.0"
spec.swift_version = "4.2"

spec.source = { :git => "https://github.com/onebuffer/UIBaseView.git", :tag => "#{spec.version}" }
spec.source_files = "UIBaseView/**/*.{h,m,swift}"

end

0 comments on commit 4dd01ab

Please sign in to comment.