Aspose Cloud is a cloud-based document generation, conversion and automation platform for developers. Aspose Cloud’s REST APIs give developers total control over documents and file formats. Aspose Cloud’s REST API lets you support many common document processing and management tasks through your iOS app: document assembly, mail merge, reporting, file conversion, text and image extraction, metadata removal, barcode generation and recognition, email tracking and creation.
How to get started
Install via CocoaPods - This is the recommended approach as CocoaPods handles the linker flags, header paths, and download of source code dependencies on your behalf. CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects.
Step 1: Download CocoaPods
CocoaPods is distributed as a ruby gem, and is installed by running the following commands in Terminal.app:
$ sudo gem install cocoapods
$ pod setup
Step 2: Create a Podfile
Project dependencies to be managed by CocoaPods are specified in a file called Podfile. Create this file in the same directory as your Xcode project (.xcodeproj) file:
$ touch Podfile
Open the Podfile in your favorite text editor. Text editor should open up showing an empty file. Copy and paste the following lines into the editor window:
platform :ios, '5.0'
pod 'asposecloudsdk'
Step 3: Install Dependencies
Now you can install the dependencies in your project:
$ pod install
From now on, be sure to always open the generated Xcode workspace (.xcworkspace) instead of the project file when building your project:
$ open <YourProjectName>.xcworkspace
Step 4: Dive In!
At this point, everything’s in place for you to start using Aspose Cloud iOS SDK.
Start a Free Trial Today
Start a free trial today – all you need is to sign up with Aspose Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose Cloud.