blob: 9378ea2d6d1ae2cca1644919d085bb5062af5a8d [file] [log] [blame]
{
"name": "DS",
"version": "0.1.7",
"summary": "DS is a Differential Synchronization implement in Objective-C",
"description": "DS is a Differential Synchronization implement in Objective-C, idea come from Neil Fraser",
"homepage": "https://github.com/lyc2345/DS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lyc2345": "lyc2345@gmail.com"
},
"source": {
"git": "https://github.com/lyc2345/DS.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DS/Classes/**/*"
}