blob: e4e0fc7939e18ac9c44ebf0fa2cf5227ae910cab [file] [log] [blame]
{
"name": "SwiftKVC",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"SwiftKVC",
"SwiftKVC/**/*.{swift,h,m}"
],
"requires_arc": true
}