Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zjx20/dummycocoapodsspecs
- Owner: zjx20
- Created: 2016-05-20T04:01:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T04:11:49.000Z (over 8 years ago)
- Last Synced: 2024-10-28T13:32:16.914Z (2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```