blob: a9f8468111476b9b6cde799b706ad75e385b242e [file] [log] [blame]
{
"name": "CoreDataManager",
"version": "0.1.1",
"summary": "Helper for Core Data management and syncing data from an JSON API",
"description": "CoreDataManager makes it easy to operate with managed objects and map them with the objects fetched from any JSON API endpoint.",
"homepage": "https://github.com/taaviteska/CoreDataManager",
"license": "MIT",
"authors": {
"Taavi Teska": "taaviteska@gmail.com"
},
"source": {
"git": "https://github.com/taaviteska/CoreDataManager.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/taaviteska",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CoreDataManager": [
"Pod/Assets/*.png"
]
}
}