blob: 6798ba5040c69e65141355d36998a3097b71fbcc [file] [log] [blame]
{
"name": "ZDCSyncableObjC",
"version": "1.0",
"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"
},
"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"
}