react-native-adjust
Advanced tools
Comparing version 4.11.4 to 4.11.5
@@ -0,1 +1,11 @@ | ||
### Version 4.11.5 (22nd August 2017) | ||
#### Added | ||
- **[iOS]** Added `Podspec` file for Cocoapods support (thanks to @pietropizzi, @tecbot and @dan-manges). | ||
#### Native SDKs | ||
- **[iOS]** [iOS@v4.11.4][ios_sdk_v4.11.4] | ||
- **[AND]** [Android@v4.11.4][android_sdk_v4.11.4] | ||
--- | ||
### Version 4.11.4 (3rd August 2017) | ||
@@ -2,0 +12,0 @@ #### Added |
@@ -114,3 +114,3 @@ 'use strict'; | ||
this.sdkPrefix = "react_native4.11.4"; | ||
this.sdkPrefix = "react_native4.11.5"; | ||
this.logLevel = null; | ||
@@ -117,0 +117,0 @@ |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "4.11.4", | ||
"version": "4.11.5", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "adjust GmbH", |
@@ -70,2 +70,8 @@ ## Summary | ||
**Or** if you use CocoaPods for **iOS**, add the following to your `Podfile` and run `pod install` afterwards: | ||
``` | ||
pod 'react-native-adjust', :path => '../node_modules/react-native-adjust' | ||
``` | ||
For **iOS**, you don't need to do anything else. | ||
@@ -72,0 +78,0 @@ |
Sorry, the diff of this file is not supported yet
603851
86
788