blob: 0595e83b6b5aaa47aa3167984a9e8de0ad90e55f [file] [log] [blame]
{
"name": "JsonSerializable",
"version": "0.1.1",
"summary": "JsonSerializable is a protocol that simplifies the process of deserializing JSON data into Swift types.",
"description": "'JsonSerializable' is a protocol that simplifies the process of deserializing JSON data into Swift types. This protocol is similar to Mappable but is not weighed down by extra functionality. The purpose of this protocol is to be a lightweight alternative to Mappable when the additional functionality provided by Mappable is not necessary.",
"homepage": "https://github.com/miken01/JsonSerializable",
"license": "LICENSE",
"authors": {
"Mike Neill": "michael_neill@me.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/miken01/JsonSerializable.git",
"tag": "0.1.1"
},
"public_header_files": "JsonSerializable/**/*.h",
"source_files": "JsonSerializable/**/*.{h,m,swift}",
"requires_arc": true,
"ios": {
"frameworks": "Foundation"
},
"pushed_with_swift_version": "3.0"
}