blob: 8793b4f8a2792ec68c8ffd192e6a1e8e2b68de6d [file] [log] [blame]
{
"name": "TCJSON",
"version": "0.1.11",
"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.11"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"TCJSON/Classes",
"TCJSON/Classes/**/*.{h,m}"
],
"exclude_files": "TCJSON/Classes/Exclude",
"pushed_with_swift_version": "4.0"
}