Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Defining Podfile


Code Block
> pod init
> vi 

Podfile:

Code Block
# Uncomment the next line to define a global platform for your project
# platform :ios, '89.0'

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

target
  'I# AMPods Rich'for doKeystoneSDKDemo
  pod 'JSONWebToken'

end



Running 

Code Block
> pod install
Analyzing dependencies
Downloading dependencies
Installing JSONWebToken (2.2.0)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `I AM Rich.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

...