Skip to content

Commit

Permalink
refactor: use cocoapod
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubinchen committed Jun 14, 2017
1 parent 412d78b commit 4636f88
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 1 deletion.
37 changes: 36 additions & 1 deletion .gitignore
@@ -1,4 +1,39 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xcuserstate
# *.xcworkspace/
node_modules/

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

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

*.xcbkptlist
10 changes: 10 additions & 0 deletions MarkLite/MarkLite.xcworkspace/contents.xcworkspacedata

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

11 changes: 11 additions & 0 deletions MarkLite/Podfile
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for MarkLite
pod 'AFNetworking', '~> 3.0'
pod 'SSZipArchive'
end
3 changes: 3 additions & 0 deletions MarkLite/Podfile.lock
@@ -0,0 +1,3 @@
PODFILE CHECKSUM: d9a071f62248d0e3627da72846a444eac55dfbb7

COCOAPODS: 1.2.1

0 comments on commit 4636f88

Please sign in to comment.