[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 1 / 7 / Seam3 / 1.0.5 / Seam3.podspec.json
blob3e26ac64a2c40773e7857914d5a8e19e29e1c1f3
2   "name": "Seam3",
3   "version": "1.0.5",
4   "summary": "A CoreData store backed by CloudKit.",
5   "description": "Seam3 is a framework built to bridge gaps between CoreData and CloudKit. It almost handles all the CloudKit hassle. \nAll you have to do is use it as a store type for your CoreData store. \nLocal caching and sync is taken care of. \nIt builds and exposes different features to facilitate and give control to the developer where it is demanded and required.\n\nSeam3 is based on [Seam](https://github.com/nofelmahmood/Seam) by [nofelmahmood](https://github.com/nofelmahmood/)\n\nChanges in Seam3 include:\n\n* Corrects one-to-many and many-to-one relationship mapping between CoreData and CloudKit\n* Adds mapping between binary attributes in CoreData and CKAssets in CloudKit\n* Code updates for Swift 3.0\n* Restructures code to eliminate the use of global variables",
6   "homepage": "https://github.com/paulw11/Seam3",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "paulw": "paulw@wilko.me"
13   },
14   "source": {
15     "git": "https://github.com/paulw11/Seam3.git",
16     "tag": "1.0.5"
17   },
18   "social_media_url": "https://twitter.com/paulwilko",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/Classes/**/*",
23   "pushed_with_swift_version": "3.0"