Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunyang committed May 26, 2017
1 parent 7f7cbad commit 9794e58
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,29 @@ Cordova提供了一组设备相关的API,通过这组API,移动应用能够
<img src="https://github.com/wujunyang/JiaCordova/blob/master/1.png" width=400px height=400px></img>


JiaCordova默认已经引入Cordova插件如下:

```obj-c

pod 'CordovaPlugin-console'
pod 'cordova-plugin-camera'
pod 'cordova-plugin-contacts'
pod 'cordova-plugin-device'
pod 'cordova-plugin-device-orientation'
pod 'cordova-plugin-device-motion'
pod 'cordova-plugin-globalization'
pod 'cordova-plugin-geolocation'
pod 'cordova-plugin-file'
pod 'cordova-plugin-media-capture'
pod 'cordova-plugin-network-information'
pod 'cordova-plugin-splashscreen'
pod 'cordova-plugin-inappbrowser'
pod 'cordova-plugin-file-transfer'
pod 'cordova-plugin-statusbar'
pod 'cordova-plugin-vibration'

```

## JiaCordova运用

#### 一:引用方式
Expand Down

0 comments on commit 9794e58

Please sign in to comment.