| { |
| "name": "Overcoat_Pitometsu+CoreData", |
| "version": "4.0.1", |
| "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/Pitometsu/Overcoat.git", |
| "tag": "4.0.1" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "CoreData" |
| ], |
| "dependencies": { |
| "Overcoat_Pitometsu": [ |
| "~> 4.0.1" |
| ], |
| "MTLManagedObjectAdapter": [ |
| "> 1.0" |
| ] |
| }, |
| "source_files": "Sources/CoreData/*.{h,m}", |
| "header_dir": "OvercoatCoreData", |
| "module_name": "OvercoatCoreData" |
| } |