podfile文件设置

私有Specs仓库地址

source 'ssh://[email protected]:10022/kara-mobile/KaraSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'
use_frameworks!

target 'KaraComponentDemo' do
pod 'FMDB'
pod 'SwiftyJSON', '~> 3.1.3'
pod 'SAMKeychain'
pod 'KaraComponent', :path => '.'

end

你可能感兴趣的:(podfile文件设置)