blob: 66b864cc0d9ebf86cd08461d6e291ab57cd25363 [file] [log] [blame]
{
"name": "CoreDataManager",
"version": "0.8.0",
"summary": "Easier way to set up Core Data and sync JSON data",
"description": "CoreDataManager is a layer for simpler Core Data setup and JSON data synchronization.",
"homepage": "https://github.com/taaviteska/CoreDataManager",
"license": "MIT",
"authors": {
"Taavi Teska": "taaviteska@gmail.com"
},
"source": {
"git": "https://github.com/taaviteska/CoreDataManager.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/taaviteska",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 3.1.4"
]
},
"pushed_with_swift_version": "4.0"
}