File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tail the simulator's system.log and extract the log messages.
18
18
## Prerequisites
19
19
20
20
This library current depends on [ node-ios-device] ( https://github.com/appcelerator/node-ios-device )
21
- and thus is currently compatible with Node.js version 0.8.0 through 0.11.13 .
21
+ and thus is currently compatible with Node.js version 0.8.0 through 0.12.0 .
22
22
23
23
## Installation
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ioslib" ,
3
- "version" : " 0.2.12 " ,
3
+ "version" : " 0.2.13 " ,
4
4
"description" : " iOS Utility Library" ,
5
5
"keywords" : [
6
6
" appcelerator" ,
33
33
"dependencies" : {
34
34
"always-tail" : " ~0.1.1" ,
35
35
"async" : " ~0.9.0" ,
36
- "node-appc" : " 0.2.17 " ,
37
- "node-ios-device" : " ~0.3.1 " ,
36
+ "node-appc" : " 0.2.24 " ,
37
+ "node-ios-device" : " ~0.3.2 " ,
38
38
"simple-plist" : " ~0.0.2"
39
39
},
40
40
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments