[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / d / 3 / MagicCloud / 2.9.5 / MagicCloud.podspec.json
blob3f25131bd7f5fb5f2d312843a49e5d002c2e5689
2   "name": "MagicCloud",
3   "version": "2.9.5",
4   "summary": "A CloudKit framework that makes database interactions a breeze.",
5   "description": "The MagicCloud framework makes using CloudKit simple and easy, and has been used in iOS Apps that have been approved by Apple's App Store submission process.\n\nAny data types that need to be saved as database records conform to the MCRecordable prototype. Generic MCReceiver classes maintain a local repository for your app to access, and mirrors that to CloudKit databases for you.\n\nDefault setup covers error handling, subscriptions, account changes and more. Can be configured / customized for optimized performance.\n\nCheckout escapeChaos.com/MagicCloud for how-to videos and documentation.",
6   "homepage": "https://github.com/jalingo/MagicCloud",
7   "license": {
8     "type": "BSD-new",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JA Lingo": "James@EscapeChaos.com"
13   },
14   "platforms": {
15     "ios": "10.3"
16   },
17   "source": {
18     "git": "https://github.com/jalingo/MagicCloud.git",
19     "tag": "2.9.5"
20   },
21   "source_files": [
22     "MagicCloud",
23     "MagicCloud/**/*.{h,m,swift}"
24   ],
25   "frameworks": [
26     "CloudKit",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "swift_version": "4.0"