blob: a5239b7c9bce53f2f704c544cf7653c960abd00f [file] [log] [blame]
{
"name": "SwiftKVC",
"version": "4.0.1",
"summary": "Key-Value Coding (KVC) for native Swift classes and structs",
"description": "SwiftKVC enables Key-Value Coding (KVC) for native Swift classes and structs.",
"homepage": "https://github.com/bradhilton/SwiftKVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/SwiftKVC.git",
"tag": "4.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"SwiftKVC",
"SwiftKVC/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Reflection": [
"~> 0.16.0"
]
}
}