Swift-GITSPodspec
The snippet can be accessed without any authentication.
Authored by
Rubick - Yatno Sudar
Edited
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
Please register or sign in to comment