[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 1 / c / Coredatable / 0.1.0 / Coredatable.podspec.json
blob6e54b8f87a1ce15fb65ecac10b4bf2ff8c933965
2   "name": "Coredatable",
3   "version": "0.1.0",
4   "summary": "Easy Codable conformance in NSManagedObject subclasses.",
5   "description": "Adding `Decodable` and `Encodable` conformance to `NSManagedObject` subclasses is usually very tricky. \nCoredatable simplifies this process using equivalent protocols called `CoreDataDecodable`, `CoreDataEncodable` and `CoreDataCodable`.",
6   "homepage": "https://github.com/ManueGE/Coredatable/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/Coredatable.git",
15     "tag": "0.1.0"
16   },
17   "requires_arc": true,
18   "frameworks": "CoreData",
19   "source_files": "Coredatable/**/*.{swift,h,m}"