GeneralUtils.podspec 601 Bytes
Pod::Spec.new do |s|
  s.platform = :ios
  s.ios.deployment_target = '9.0'
  s.name = "GeneralUtils"
  s.summary = "GeneralUtils is network manager"
  s.requires_arc = true
  s.version = "1.1"
  s.license = { :type => "MIT", :file => "LICENSE" }
  s.author = { "Quan Trinh" => "quanptit410@gmail.com" }
  s.homepage = "https://github.com/quanptit/GeneralUtils"
  s.source = { :git => "https://github.com/quanptit/GeneralUtils.git", :tag => "#{s.version}"}
  s.framework = "UIKit"
  s.source_files = "GeneralUtils/**/*.{swift,h,m}"
  #s.resources = "GeneralUtils/**/*.{png,jpeg,jpg,storyboard,xib}"
end