CocoaPods Install

  1. Add the line below to a target block in your Podfile:
    pod 'AppDynamicsAgent'

    For example:

    CODE
    platform :ios, '8.0'
    use_frameworks!
    
    target 'YourApp' do
      pod 'AppDynamicsAgent'
    end
  2. In your project directory, run this command:
    pod install