Skip to content

Commit 19b7a09

Browse files
committed
support cocoapods
1 parent a1fa46e commit 19b7a09

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# V1.2.1
2+
**2018-01-21**
3+
4+
Supported Cocoapods, see [detail](https://github.com/c19354837/react-native-system-setting/issues/10)
5+
16
# V1.2.0
27
**2018-01-07**
38

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Run `npm i -S react-native-system-setting`
3737
#### iOS
3838
Run `react-native link` to link this library.
3939

40+
Or add `pod 'RCTSystemSetting', :path => '../node_modules/react-native-system-setting'` in `Podfile` for Cocoapods.
41+
4042
#### Android
4143
Run `react-native link` to link this library.
4244

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-system-setting",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...",
55
"main": "SystemSetting.js",
66
"homepage": "https://github.com/c19354837/react-native-system-setting",

0 commit comments

Comments
 (0)