blob: 0a846923a484148cec72a5448857162420b95031 [file] [log] [blame]
{
"name": "SimpleSyncService",
"version": "1.1.0",
"summary": "Simple helper for updating Core Data models from multiple data sources",
"homepage": "https://github.com/kattrali/SimpleSyncService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Delisa Mason": "iskanamagus@gmail.com"
},
"source": {
"git": "https://github.com/kattrali/SimpleSyncService.git",
"tag": "1.1.0"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"public_header_files": [
"Classes/SimpleSyncService.h",
"Classes/DMMSyncServiceAdapter.h"
],
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"dependencies": {
"ObjectiveRecord": [
]
}
}