blob: 0d32634bb008d7c5ee7c13d21ae0cd2d8058ee19 [file] [log] [blame]
{
"name": "EZJson",
"version": "1.0.0",
"summary": "The simplest JSON parser.",
"homepage": "https://github.com/Konshin/EZJson",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Konshin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Konshin/EZJson.git",
"tag": "1.0.0"
},
"source_files": "EZJson/**/*.{swift}",
"xcconfig": {
"OTHER_LDFLAGS": "-lz"
}
}