[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / 5 / 8 / PersistentModel / 1.2.1 / PersistentModel.podspec.json
blob65a34ae61f9e807f94d026e7baecee6c135b5a8b
2   "name": "PersistentModel",
3   "version": "1.2.1",
4   "summary": "Simple key-value storage model for iOS.",
5   "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.",
6   "homepage": "https://github.com/mobilejazz/PersistentModel-iOS",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Mobile Jazz": "info@mobilejazz.cat"
13   },
14   "social_media_url": "http://twitter.com/mobilejazz",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/mobilejazz/PersistentModel-iOS.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "Source/*.{h,m}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "FMDB": [
27     ]
28   },
29   "requires_arc": true,
30   "deprecated": true