blob: 4968032a382e1e5228377842d841aeee1e028ef8 [file] [log] [blame]
{
"name": "Overcoat+CoreData",
"version": "4.0.0-beta.2",
"cocoapods_version": ">= 0.39",
"license": "MIT",
"summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
"homepage": "https://github.com/overcoat/Overcoat",
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com",
"sodastsai": "sodas@icloud.com"
},
"source": {
"git": "https://github.com/overcoat/Overcoat.git",
"tag": "4.0.0-beta.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"Overcoat": [
"~> 4.0.0-beta.2"
],
"MTLManagedObjectAdapter": [
"> 1.0"
]
},
"source_files": "Sources/CoreData/*.{h,m}",
"header_dir": "OvercoatCoreData"
}