[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 3 / b / iCloudSync / 8.0.1 / iCloudSync.podspec.json
blob4272709295546984acddf62e63f777176ecc6d5b
2   "name": "iCloudSync",
3   "version": "8.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "Sync and Manage iCloud Documents in your iOS app. Simplifies iCloud Document Syncing. Makes iCloud just work for developers too.",
8   "description": "iCloudSync is a fork of iCloudDocumentSync Framework by iRare Media. Original\nframework was done under MIT license, so this one follows MIT licensing.\n\nWhat is different in iCloudSync and iCloudDocumentSync?\nWell, mostly that iCloudSync is a complete rewrite, and original version was\nwritten in Objective-C, when this is written in pure Swift.\nSome things are different, but I have tried to keep up with original\nfunctionality.\n\niCloudSync makes it credibly simple to integrate iCloud document storage\nAPIs into iOS applications. This is how iCloud document-storage and \nmanagement should've been out of the box from Apple. Integrate iCloud\ninto iOS Swift document projects with one-line code methods.\nSync, upload, manage, and remove documents to and from iCloud with\nonly a few lines of code (compared to the hundreds of lines and hours \nthat it usually takes). Get iCloud up and running in your iOS app in\nonly a few minutes.",
9   "homepage": "https://github.com/oskarirauta/iCloudSync",
10   "authors": {
11     "Oskari Rauta": "oskari.rauta@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/oskarirauta/iCloudSync.git",
15     "tag": "8.0.1"
16   },
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "11.4"
20   },
21   "source_files": [
22     "iCloudSync/*.swift"
23   ]