Copy addition Podfile info to setup guide
This commit is contained in:
Родитель
1a7e425425
Коммит
aac196742e
|
@ -242,10 +242,14 @@ Instead of manually adding the missing frameworks, you can also use our bundled
|
|||
|
||||
[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like ApplicationInsights in your projects. To learn how to setup cocoapods for your project, visit the [official cocoapods website](http://cocoapods.org/).
|
||||
|
||||
**[NOTE]**
|
||||
When adding Application Insights to your podfile **without** specifying the version, `pod install` will throw an error because using a pre-release version of a pod has to be specified **explicitly**.
|
||||
As soon as Application Insights 1.0 is available, the version doesn't have to be specified in your podfile anymore.
|
||||
|
||||
#### Podfile
|
||||
|
||||
```ruby
|
||||
platform :ios, '8.0'
|
||||
platform :ios, '8.0', '1.0-alpha.3'
|
||||
pod "ApplicationInsights"
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче