blob: f796d1dc589b7c29a2b371497ed773ac92175fa2 [file] [log] [blame]
{
"name": "TCJSON",
"version": "0.1.14",
"summary": "TCJSON is a utility that wraps Codable coding/decoding.",
"description": "Simple monadic wrapper for JSON Codable. You can use this to simplify boring coding and decoding from/to JSON.",
"homepage": "https://github.com/TizianoCoroneo/TCJSON",
"license": "MIT",
"authors": {
"Tiziano Coroneo": "tizianocoroneo@me.com"
},
"social_media_url": "https://facebook.com/tizianocoroneo",
"source": {
"git": "https://github.com/TizianoCoroneo/TCJSON.git",
"tag": "0.1.14"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"TCJSON/Classes",
"TCJSON/Classes/**/*.{h,m}"
],
"exclude_files": "TCJSON/Classes/Exclude",
"pushed_with_swift_version": "4.0"
}