# CocoaPods-Specs **Repository Path**: appkf_admin/CocoaPods-Specs ## Basic Information - **Project Name**: CocoaPods-Specs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-09 - **Last Updated**: 2021-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CocoaPods Private Specs Repo ## Usage Install pods with the [`source` directive](https://guides.cocoapods.org/syntax/podfile.html#source) in the `Podfile`: ```ruby pod 'SocketRocket', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git' ``` **Or** specify `source` at the global level: ```ruby source 'https://github.com/ElfSundae/CocoaPods-Specs.git' source 'https://cdn.cocoapods.org/' target 'Example' do pod 'SocketRocket' end ```