Skip to content

Commit

Permalink
initial project commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
burcugen committed Jun 23, 2018
0 parents commit a85a58b
Show file tree
Hide file tree
Showing 57 changed files with 3,227 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'ProjectX' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for ProjectX

target 'ProjectXTests' do
inherit! :search_paths
# Pods for testing
end

target 'ProjectXUITests' do
inherit! :search_paths
# Pods for testing
end

end
3 changes: 3 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PODFILE CHECKSUM: 44822adf25116fba9612f9a6e4184f5ab4db9a7f

COCOAPODS: 1.5.2
3 changes: 3 additions & 0 deletions Pods/Manifest.lock

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

752 changes: 752 additions & 0 deletions 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 Pods/Target Support Files/Pods-ProjectX/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.

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

5 changes: 5 additions & 0 deletions Pods/Target Support Files/Pods-ProjectX/Pods-ProjectX-dummy.m

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

Loading

0 comments on commit a85a58b

Please sign in to comment.