blob: 2fd3c59091c8c4a412d1f72faf27d84f6dc0e00a [file] [log] [blame]
{
"name": "ZDCSyncable",
"version": "1.0",
"summary": "Undo, redo & merge capabilities for plain objects in Swift (and objective-c).",
"homepage": "https://github.com/4th-ATechnologies/ZDCSyncable",
"license": "MIT",
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/4th-ATechnologies/ZDCSyncable.git",
"tag": "1.0"
},
"platforms": {
"osx": "10.10",
"ios": "10.0",
"tvos": "10.0"
},
"swift_version": "5.0",
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": [
"ZDCSyncable/Swift/*.{swift}",
"ZDCSyncable/Swift/{Internal,Utilities}/*.{swift,h,m}"
]
},
{
"name": "ObjC",
"source_files": [
"ZDCSyncable/ObjC/*.{h,m}",
"ZDCSyncable/ObjC/{Internal,Utilities}/*.{h,m}"
],
"private_header_files": "ZDCSyncable/ObjC/Internal/*.h"
}
]
}