platform :ios, '8.0'
target 'YourIosApps' do
use_frameworks!
pod 'SwiftyCommon'
end
$ pod install
$ touch Cartfile
github "MZC0829/SwiftyCommon"
$ carthage update
- iOS 8.0+
- swift 3+ and swift 4
getTimeStamp()
transToHourMinSec(second: 3600)
transToMinSec(second: 3600)