Skip to content

mrkwdwrd/json-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a Swift Project w/ dependencies

  • Create New Project in Xcode

  • In command line (projecxt root):

    pod init

  • Open Podfile, add:

    pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'

  • Close project in Xcode

  • Run pod install

  • Open Workspace (.xcworkspace not .xcpoderoj)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published