blob: e78c82a0136b9c6e6fddc76b80ae433a51cbf8c3 [file] [log] [blame]
{
"name": "SwiftKVC",
"version": "3.0.0",
"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": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"SwiftKVC",
"SwiftKVC/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Reflection": [
"~> 0.14.3"
]
},
"pushed_with_swift_version": "3.0"
}