CocoaPods Install
- Add the line below to a target block in your Podfile:
pod 'AppDynamicsAgent'
For example:
CODEplatform :ios, '8.0' use_frameworks! target 'YourApp' do pod 'AppDynamicsAgent' end - In your project directory, run this command:
pod install