[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 1 / a / CGLDefaultsBackedPropertyObserver / 0.1.0 / CGLDefaultsBackedPropertyObserver.podspec.json
blobb1a9c2c957d5c6cd0e8d97f048e55c5e389f5f5d
2   "name": "CGLDefaultsBackedPropertyObserver",
3   "version": "0.1.0",
4   "summary": "Automatically synchronizes the properties of an object with your app's NSUserDefaults with KVO.",
5   "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",
6   "homepage": "https://github.com/chrisladd/CGLDefaultsBackedPropertyObserver",
7   "screenshots": "https://raw.githubusercontent.com/chrisladd/CGLDefaultsBackedPropertyObserver/master/CGLDefaultsBackedPropertyObserver.png",
8   "license": "MIT",
9   "authors": {
10     "Chris Ladd": "c.g.ladd@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/chrisladd/CGLDefaultsBackedPropertyObserver.git",
14     "tag": "0.1.0"
15   },
16   "social_media_url": "https://twitter.com/chrisladd",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*"