TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Apr 2015 |
Maintained by Mike Rhodes.
Depends on: | |
CDTDatastore | >= 0.15 |
CocoaLumberjack | ~> 2.0 |
FMDB | = 2.3 |
This code base has been merged into the CDTDatastore repository which is now the default location for this code. Therefore, this repository (CloudantQueryObjc) should no longer be used.
If you used the CloudantQueryObjc project before migration should be simple.
pod "CloudantQueryObjc"
from your Podfile.0.16
or above.pod update
. You should get CDTDatastore 0.16
or above.All imports are included in CloudantSync.h
, so remove and replace any CloudantQueryObjc imports, probably:
#import <CloudantQueryObjc/CDTDatastore+Query.h>
#import <CloudantQueryObjc/CDTQResultSet.h>