blob: 8d10ad89d40f68573404c2049e5d0db3ced1d69d [file] [log] [blame]
{
"name": "QwikJson",
"version": "1.0.17",
"summary": "A deep serialization and deserialization base object.",
"description": "In our ReSTful API world, we are constantly passing JSON objects to our api and receiving them back. Constantly serializating these objects to and from json string and dictionaries can be cumbersome and can make your model classes and data services start to fill up with boiler plate parsing code.\n\nTo solve this, I introduce QwikJson. An amazingly powerful and simple library for serializing and deserializing json objects.\n\nSimple have your model classes extend the QwikJson class and the world shall become your oyster.\n\nQwikJson makes converting objects to dictionaries and arrays of dictionaries a breeze. It includes support for nested model objects, nested array model objects, multiple date serializers, easily storing and loading objects from user defaults and converting your array arrays and dictionaries to json Strings and vice versa.",
"homepage": "https://github.com/logansease/QwikJson",
"license": "MIT",
"authors": {
"Logan Sease": "lsease@gmail.com"
},
"source": {
"git": "https://github.com/logansease/QwikJson.git",
"tag": "1.0.17"
},
"platforms": {
"tvos": "9.0",
"ios": "7.0",
"osx": "10.8",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "CoreData"
}