This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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: |