blob: ecf2d8b75f83a0daf936585dfc8c05a8e9615515 [file] [log] [blame]
{
"name": "iCloudSync",
"version": "8.0.2",
"license": {
"type": "MIT"
},
"summary": "Sync and Manage iCloud Documents in your iOS app. Simplifies iCloud Document Syncing. Makes iCloud just work for developers too.",
"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.",
"homepage": "https://github.com/oskarirauta/iCloudSync",
"authors": {
"Oskari Rauta": "oskari.rauta@gmail.com"
},
"source": {
"git": "https://github.com/oskarirauta/iCloudSync.git",
"tag": "8.0.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.4"
},
"source_files": [
"iCloudSync/*.swift"
]
}