blob: c90ca72a1b65b380c38dcb75b36edc9fd72f1821 [file] [log] [blame]
{
"name": "ZDCSyncableObjC",
"version": "1.0.1",
"summary": "Undo, redo & merge capabilities for plain objects in Objective-C.",
"homepage": "https://github.com/4th-ATechnologies/ZDCSyncableObjC",
"license": "MIT",
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/4th-ATechnologies/ZDCSyncableObjC.git",
"tag": "1.0.1"
},
"platforms": {
"osx": "10.10",
"ios": "10.0",
"tvos": "10.0"
},
"source_files": [
"ZDCSyncable/*.{h,m}",
"ZDCSyncable/{Internal,Utilities}/*.{h,m}"
],
"private_header_files": "ZDCSyncable/Internal/*.h"
}