Author: lgross
Date: Tue Mar 3 15:26:54 2015
New Revision: 1663722
URL: http://svn.apache.org/r1663722
Log:
Updated README to reflect updated minimum requirements
Modified:
chemistry/objectivecmis/trunk/README
Modified: chemistry/objectivecmis/trunk/README
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/README?rev=1663722&r1=1663721&r2=1663722&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/README (original)
+++ chemistry/objectivecmis/trunk/README Tue Mar 3 15:26:54 2015
@@ -19,10 +19,10 @@ The ObjectiveCMIS library is distributed
Minimum Requirements
--------------------
-The library is making use of Objective-C automated reference counting (ARC).
-Therefore the library is compatible with iOS SDK v5.x or later.
-For development we recommend the latest available version of XCode and
-iOS/Mac OSX SDKs.
+The library is making use of NSURLSession API for downloading content via HTTP.
+Therefore the library is compatible with iOS v7.0 SDK and OS X v10.9 SDK or
later.
+For development we recommend the latest available version of Xcode and
+iOS / Mac OSX SDKs.
How to include the library on your XCode project