blob: b4f6f393bd552df427ca61c9ab4799e182c8a262 [file] [log] [blame]
{
"name": "DataPersistence",
"version": "0.1.0",
"summary": "DataPersistence is a drop in class that allows easy persistance of data using NSKeyedArchiver/NSKeyedUnarchiver.",
"homepage": "https://github.com/tomdiggle/datapersistence",
"license": "MIT",
"authors": {
"Tom Diggle": "tom@tomdiggle.com"
},
"social_media_url": "https://twitter.com/tomdiggle",
"source": {
"git": "https://github.com/tomdiggle/datapersistence.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "DataPersistence"
}