Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zjx20/dummycocoapodsspecs

An empty Cocoapods specs repo
https://github.com/zjx20/dummycocoapodsspecs

Last synced: 18 days ago
JSON representation

An empty Cocoapods specs repo

Awesome Lists containing this project

README

        

# DummyCocoapodsSpecs
This repo is used for getting rid of the huge master specs when you don't need it. For example:

```ruby
source "https://github.com/zjx20/DummyCocoapodsSpecs.git"

platform :ios, '7.0'

target 'MyProject' do
pod 'MyPod', :path => 'path/of/the/pod'
end
```