blob: dce5f3163f55859547dd01aa28d2cceabc14f785 [file] [log] [blame]
{
"name": "Kryo",
"version": "1.0.0",
"summary": "A Serialization Framework for Cocoa",
"homepage": "https://github.com/Feuerwerk/kryococoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Fruth": "christian.fruth@boxx-it.de"
},
"source": {
"git": "https://github.com/Feuerwerk/kryococoa.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Kryo/**/*.{h,m}",
"public_header_files": "Kryo/*.h",
"requires_arc": true
}