[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 9 / 5 / QwikJson / 1.0.15 / QwikJson.podspec.json
blobc9ea4843ed0b793a5899fe58b9f7ce0152e5a5d1
2   "name": "QwikJson",
3   "version": "1.0.15",
4   "summary": "A deep serialization and deserialization base object.",
5   "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.",
6   "homepage": "https://github.com/qonceptual/QwikJson",
7   "license": "MIT",
8   "authors": {
9     "Logan Sease": "logan.sease@qonceptual.com"
10   },
11   "source": {
12     "git": "https://github.com/qonceptual/QwikJson.git",
13     "tag": "1.0.15"
14   },
15   "platforms": {
16     "tvos": "9.0",
17     "ios": "7.0",
18     "osx": "10.8",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "frameworks": "CoreData"