blob: 938fa759d698b9b9e7d826fe081f8682741e6f29 [file] [log] [blame]
{
"name": "AssociatedValues-DominicMDev",
"module_name": "AssociatedValues",
"version": "4.1.0",
"swift_version": "4.2",
"summary": "Associated Objects For Swift Values",
"description": "AssociatedValues is a simple Swift wrapper around Objective-C runtime associated objects.",
"homepage": "https://github.com/DominicMDev/AssociatedValues",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com",
"Dominic Miller": "dominicmdev@gmail.com"
},
"source": {
"git": "https://github.com/DominicMDev/AssociatedValues.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "AssociatedValues/**/*.{swift,h,m}",
"requires_arc": true
}