blob: cd2f5c684fc2586e61115e2aca9005ed34e1fe73 [file] [log] [blame]
{
"name": "PersistentModel",
"version": "1.0.0",
"summary": "Easy creation for persistent model for iOS and OS X.",
"description": "\t\t\t\t PersistentModel uses the same concept of context and persistent store as CoreData does mixed with a NSCoding protocol to encode and decode model objects.\n\n\t\t\t\t Write 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.\n\n\t\t\t\t Also, 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.\n",
"homepage": "https://github.com/vilanovi/PersistentModel",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Joan Martin": "vilanovi@gmail.com"
},
"social_media_url": "http://twitter.com/joan_mh",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/vilanovi/PersistentModel.git",
"tag": "1.0.0"
},
"source_files": [
"*.{h,m}",
"DB/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"FMDB": [
]
},
"requires_arc": true
}