Skip to content

Commit

Permalink
Restructure and setup Cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontaylor13 committed Dec 9, 2016
1 parent 1896138 commit a45ff95
Show file tree
Hide file tree
Showing 113 changed files with 3,368 additions and 344 deletions.
1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0.1
11 changes: 11 additions & 0 deletions Example/Podfile
@@ -0,0 +1,11 @@
use_frameworks!

target 'Spruce_Example' do
pod 'Spruce', :path => '../'

target 'Spruce_Tests' do
inherit! :search_paths


end
end
16 changes: 16 additions & 0 deletions Example/Podfile.lock
@@ -0,0 +1,16 @@
PODS:
- Spruce (0.1.0)

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

EXTERNAL SOURCES:
Spruce:
:path: ../

SPEC CHECKSUMS:
Spruce: a55f15c37bbfad3f9b68025305343247415db73f

PODFILE CHECKSUM: 0682d1331d8ffa96d42f660fba6a53ca84d7b1ba

COCOAPODS: 1.1.1
22 changes: 22 additions & 0 deletions Example/Pods/Local Podspecs/Spruce.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

824 changes: 824 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions Example/Pods/Target Support Files/Pods-Spruce_Example/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a45ff95

Please sign in to comment.