Skip to content

Instantly share code, notes, and snippets.

@Derkin
Derkin / gist:656ac68311a5a1a259d5
Created October 31, 2014 03:29
This is gist for test private cocoapod repo.
Pod::Spec.new do |s|
s.name = 'helloPrivatePod'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = '[summary]'
s.homepage = 'http://www.baidu.com'
s.description = '[s.description]'
s.author = {‘Dekin Wu’ => ‘544966308@qq.com’ }
s.source = { :git => 'https://github.com/Derkin/helloPrivatePod', :tag => '0.0.1' }
s.requires_arc = true
//
// ARC Helper
//
// Version 2.2
//
// Created by Nick Lockwood on 05/01/2012.
// Copyright 2012 Charcoal Design
//
// Distributed under the permissive zlib license
// Get the latest version from here: