blob: b1a9c2c957d5c6cd0e8d97f048e55c5e389f5f5d [file] [log] [blame]
{
"name": "CGLDefaultsBackedPropertyObserver",
"version": "0.1.0",
"summary": "Automatically synchronizes the properties of an object with your app's NSUserDefaults with KVO.",
"description": " Remember the days when you had to override setters and getters? Store defaults keys as constants? Those days are over.\n \n As you might expect, these properties need to be property list objects: that means NSString, NSDictionary, NSArray, NSData, NSDate, or NSNumber. @note that any primitive types encapsulated by NSNumber are automatically supported: integers, floats, and booleans.\n",
"homepage": "https://github.com/chrisladd/CGLDefaultsBackedPropertyObserver",
"screenshots": "https://raw.githubusercontent.com/chrisladd/CGLDefaultsBackedPropertyObserver/master/CGLDefaultsBackedPropertyObserver.png",
"license": "MIT",
"authors": {
"Chris Ladd": "c.g.ladd@gmail.com"
},
"source": {
"git": "https://github.com/chrisladd/CGLDefaultsBackedPropertyObserver.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/chrisladd",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}