-
-
Notifications
You must be signed in to change notification settings - Fork 178
/
iCloudDocumentSync.podspec.json
27 lines (27 loc) · 1.21 KB
/
iCloudDocumentSync.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "iCloudDocumentSync",
"version": "7.4.1",
"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 credibly simple to integrate 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": "[email protected]"
},
"social_media_url": "https://twitter.com/iRareMedia",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/iRareMedia/iCloudDocumentSync.git",
"tag": "v7.4.1"
},
"source_files": "iCloud/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}