CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Jan 2017 |
Maintained by The Midnight Coders, Inc..
Backendless iOS SDK (http://backendless.com)
============== USING WITH COCOAPODS:
To create a new project with CocoaPods, follow these simple steps:
a. if you use iOS, and you need Backendless MediaService: pod 'Backendless-ios-SDK'
b. if you use iOS, and you do not need Backendless MediaService: pod 'Backendless'
c. if you use OSX: pod 'Backendless-osx-SDK'
Open .xcworkspace file to launch your project.
If you use Swift, add to your bridging header file the following
a. for 'Backendless-ios-SDK': #import "Backendless.h" #import "MediaService.h"
b. for other pods: #import "Backendless.h"
If you don't have your briging header file, set "Build Settings -> Swift Compiler ... -> Objective-C Bridgeing Header" (SWIFT_OBJC_BRIDGING_HEADER) option
a. for 'Backendless-ios-SDK': ${PODS_ROOT}/Headers/Public/Backendless-ios-SDK/Backendless-With-Media-Bridging-Header.h
b. for other pods: ${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h
============== USING WIHOUT COCOAPODS:
To create a new project, follow the guide: 'getting-started'
If you need to update your existing project to iOS 9.x, follow the guide: 'Update Project with Backendless SDK for iOS9'
============= WHAT'S NEW? ============================================
3.0.43: 1. Support for emoji is added in PersisitenceSevrice (Data).