blob: ae6bba0bbfaee63e2b8561062f1ee2ed72f59566 [file] [log] [blame]
{
"name": "miyagi",
"version": "0.0.2",
"summary": "Zen-like JSON <-> Object marshalling.",
"description": "Provides a clean, novel, friendly way to auto-marshall JSON to objects, and vice versa.",
"homepage": "https://github.com/zdavison/miyagi",
"license": "MIT",
"authors": {
"@thingsdoer": "zac.developer@gmail.com"
},
"source": {
"git": "https://github.com/zdavison/miyagi.git",
"tag": "0.0.2"
},
"source_files": [
"Miyagi",
"Miyagi/**/*.{h,m}"
],
"public_header_files": "Miyagi/Miyagi.h,Miyagi/Categories/*.h",
"requires_arc": true
}