Hi,
	 
	I am getting a crash in LiveRoomInfoEvent.properties when i assign this to NSDictionary.
	It says somthing like : 
	-[__NSCFString objectForKey:]: unrecognized selector sent to instance
	And i am using git commit 1.6.2.
	I guess you have updated NSString* to NSDictionary* in
	-(void)onGetLiveRoomInfoDone:(LiveRoomInfoEvent*)event  
	but not in       -(void)onUpdatePropertyDone:(LiveRoomInfoEvent*)event.
	Please verify it in all the callbacks where client is receiving LiveRoomInfoEvent.
	Waiting for a quick response.Thanks in advance.
	 
	Also suggest me which framework to include out of the two(normal & 64 arch) you have provided.
	Thanks