Skip to content

Commit

Permalink
Merge pull request #1 from prolificinteractive/feature/create_pod
Browse files Browse the repository at this point in the history
Created Yoshi
  • Loading branch information
MichaelCampbell committed Feb 8, 2016
2 parents 81fa959 + 88024b8 commit fcb36b1
Show file tree
Hide file tree
Showing 108 changed files with 2,808 additions and 1 deletion.
33 changes: 33 additions & 0 deletions Example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
5 changes: 5 additions & 0 deletions Example/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
line_length: 120
excluded:
- Pods
disabled_rules:
- force_cast
7 changes: 7 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target 'YoshiExample', :exclusive => true do
pod "Yoshi", :path => "../"
end
14 changes: 14 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PODS:
- Yoshi (0.1.0)

DEPENDENCIES:
- Yoshi (from `../`)

EXTERNAL SOURCES:
Yoshi:
:path: "../"

SPEC CHECKSUMS:
Yoshi: c72d7ab825483c0ae033238ce7073f7a546ce6a3

COCOAPODS: 0.39.0
Loading

0 comments on commit fcb36b1

Please sign in to comment.