blob: 4b5706c0c02e2c99b6e51c15d82e87edeb387710 [file] [log] [blame]
{
"name": "iCloudDocumentSync",
"version": "7.3",
"summary": "Sync and Manage iCloud Documents in your iOS app. Simplifies iCloud Document Syncing. Makes iCloud just work for developers too.",
"homepage": "https://github.com/iRareMedia/iCloudDocumentSync",
"description": "iCloud Document Sync makes it easy for developers to integrate the iCloud document storage APIs into iOS applications. This is how iCloud document-storage and management should've been out of the box from Apple. Integrate iCloud into iOS (OS X coming soon) Objective-C document projects with one-line code methods. Sync, upload, manage, and remove documents to and from iCloud with only a few lines of code (compared to the hundreds of lines and hours that it usually takes). Get iCloud up and running in your iOS app in only a few minutes.",
"license": {
"type": "MIT"
},
"authors": {
"iRare Media": "contact@iraremedia.com"
},
"social_media_url": "https://twitter.com/iRareMedia",
"platforms": {
"ios": "5.1.1"
},
"source": {
"git": "https://github.com/iRareMedia/iCloudDocumentSync.git",
"tag": "v7.3"
},
"preserve_paths": "iCloud.framework/*",
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "iCloud.framework",
"requires_arc": true
}