blob: 450c4b065f3faa94adea32571e25d62dc293d3d7 [file] [log] [blame]
{
"name": "PersistentModel",
"version": "1.2.1",
"summary": "Simple key-value storage model for iOS.",
"description": "PersistentModel uses the same concept of context and persistent store as CoreData does mixed with a NSCoding protocol to encode and decode model objects.\nWrite down your classes by code and add the coding protocol and you will have a full operational persistent object management. It’s fast, simple, and very useful when there is no need to create complex queries among all set of objects.\nAlso, PersistentModel supports multiple key accessing via KVC, meaning you can define additional keys to access and retrieve your properties. This is very useful to set values from dictionaries whose come from some external server.",
"homepage": "https://github.com/mobilejazz/PersistentModel-iOS",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.cat"
},
"social_media_url": "http://twitter.com/mobilejazz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mobilejazz/PersistentModel-iOS.git",
"tag": "1.2.1"
},
"source_files": "Source/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"FMDB": [
]
},
"requires_arc": true
}