Skip to content
Snippets Groups Projects

Swift-GITSPodspec

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Rubick - Yatno Sudar
    Edited
    GITSModule.podspec 651 B
    Pod::Spec.new do |s|
    s.name         = "GITS<#module#>"
    s.version      = "0.0.1"
    s.summary      = "A short description of swift-ios-framework."
    s.homepage     = "https://source.gits.id/RnD/swift-ios-framework"
    s.license      = "MIT (ios)"
    s.author             = { "GITS Indonesia" => "yatnosudar@gits.co.id" }
    s.source       = { :git => "https://source.gits.id/RnD/swift-ios-framework.git", :tag => "#{s.version}" }
    s.source_files  = "GITS<#module#>/Classes/**/*.{h,m,swift}"
    s.resource_bundles = {'GITS<#module#>' => ['GITSHome/Assets/*.{storyboard,xib,xcassets,json,imageset,png}']}
    s.platform         = :ios, "9.0"
    #s.dependency 'GITSFramework'
    end
    0% or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment