Skip to content

Instantly share code, notes, and snippets.

View JackBTheDev's full-sized avatar

Jack B JackBTheDev

  • Metova
View GitHub Profile
@JackBTheDev
JackBTheDev / .gitignore
Created June 13, 2015 18:23
Git ignore for iOS
DerivedData/
Build/
Pods/
#Ignore user data for shared projects
#/MyProject.xcodeproj/xcuserdata
@JackBTheDev
JackBTheDev / Podfile
Last active August 29, 2015 14:23
Minimal iOS Podfile
# Minimal Podfile Gist
platform :ios, '8.0'
# use this if you need native frameworks
#use_framework!
# update for you application
target 'NewApp' do