blob: 54e6b3e07521deafa3cb718f47e91cf5bbe67234 [file] [log] [blame]
{
"name": "ObjectAssociation",
"version": "1.2.1",
"summary": "An object association helper for Swift extensions.",
"homepage": "https://github.com/Meniny/ObjectAssociation",
"license": "MIT",
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/ObjectAssociation.git",
"tag": "1.2.1"
},
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "ObjectAssociation/*.*",
"module_name": "ObjectAssociation",
"public_header_files": "ObjectAssociation/*.h",
"frameworks": "Foundation"
}