blob: e07743e8b11c700212c494b25a4ce4894113c91f [file] [log] [blame]
{
"name": "CoreDataManager",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/taaviteska",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CoreDataManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SwiftyJSON": [
"~> 2.2.1"
]
}
}