blob: afc8e4289696fe88a74447c56ebe26796534569d [file] [log] [blame]
{
"name": "ICSerializer",
"version": "0.1.0",
"summary": "A serializer that will do deep clones of infinitely nested json graphs.",
"description": "A serializer that will do deep clones of infinitely nested json graphs. Much like the latest version of Codable in Swift 4, you don't have to write any boiler plate code for ICSerializer to serialize/deserialize your objects. Just make your classes inherit from ICSerializable and you're done",
"homepage": "https://icontrolapp.se/en",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sellingsolutions": "alexander@icontrolapp.se"
},
"source": {
"git": "https://github.com/sellingsolutions/ICSerializer.git",
"tag": "ver_0.1.0"
},
"social_media_url": "https://twitter.com/zno85",
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "ICSerializer/Classes/**/*.swift",
"frameworks": "Foundation"
}