Skip to content

Instantly share code, notes, and snippets.

View vitoziv's full-sized avatar
🐙
Writing bugs

Vito vitoziv

🐙
Writing bugs
View GitHub Profile
@vitoziv
vitoziv / .gitignore_global
Created November 12, 2013 12:20
.gitignore_global
# Mac
*~
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear on external disk
@vitoziv
vitoziv / EvernoteSDK.podspec
Last active December 18, 2015 03:58
EvernoteSDK改进版
Pod::Spec.new do |s|
s.name = 'SIEvernoteSDK'
s.version = '1.0'
s.platform = :ios,'5.0'
s.license = 'https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE'
s.summary = 'EvernoteSDK改进版'
s.homepage = 'https://github.com/vitoziv/evernote-sdk-ios'
s.author = { 'Vito Zhang' => 'zhangwei.noair@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/vitoziv/evernote-sdk-ios.git', :tag => '1.2.0' }