blob: 6e54b8f87a1ce15fb65ecac10b4bf2ff8c933965 [file] [log] [blame]
{
"name": "Coredatable",
"version": "0.1.0",
"summary": "Easy Codable conformance in NSManagedObject subclasses.",
"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`.",
"homepage": "https://github.com/ManueGE/Coredatable/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ManueGE/Coredatable.git",
"tag": "0.1.0"
},
"requires_arc": true,
"frameworks": "CoreData",
"source_files": "Coredatable/**/*.{swift,h,m}"
}