blob: 8fd9b9f4c24456cc5afb516885d70eecc5f0096e [file] [log] [blame]
{
"name": "SimpleSync",
"version": "0.1.3",
"summary": "SimpleSync is a library that can be used to sync core data values with server database using REST API.",
"description": "SimpleSync is a library that can be used to sync CoreData with server database using REST API. This makes displaying values in a UITableView very easy using NSFetchedResultsController.",
"homepage": "https://github.com/NicholasMata/SimpleSync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NicholasMata": "NicholasMata94@gmail.com"
},
"source": {
"git": "https://github.com/NicholasMata/SimpleSync.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SimpleSync/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.3"
]
},
"pushed_with_swift_version": "3"
}