私有Specs仓库地址
source 'ssh://git@gitlab-console.asiainfo.com: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