blob: 235dd244d0824fe5008e30fc8d327eff51d3553c [file] [log] [blame]
{
"name": "DeepDiff",
"summary": "Amazingly incredible extraordinary lightning fast diffing in Swift",
"version": "2.3.1",
"homepage": "https://github.com/onmyway133/DeepDiff",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/DeepDiff.git",
"tag": "2.3.1"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.2",
"watchos": "3.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*",
"frameworks": "UIKit"
},
"osx": {
"source_files": "Sources/{Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"watchos": {
"source_files": "Sources/Shared/**/*"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}