blob: 9abd71c79fac2a631e2542754f95a5aff34a5874 [file] [log] [blame]
{
"name": "CoreDataContext",
"version": "1.0.0",
"summary": "A Framework to allow fast integration of Core Data into your iOS projects, and easy data operations on defined entities.",
"homepage": "https://github.com/ravero/CoreDataContext",
"license": "MIT",
"authors": {
"Rafael Veronezi": "rafael@ravero.net"
},
"source": {
"git": "https://github.com/ravero/CoreDataContext.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CoreDataContext/**/*.swift",
"resource_bundles": {
"CoreDataContext": [
"Pod/Assets/*.png"
]
}
}