Blame view

GeneralUtils/GeneralUtils.podspec 601 Bytes
defd9642e   Trịnh Văn Quân   version 1.2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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