4 "summary": "Nifty wrappers for the some of the primitives in OSAtomic package, using Foundation types.",
5 "description": " Provides the following classes of atomic wrappers:\n\n * `AtomicBoolean`: atomic wrapper for a `BOOL` flag\n * `AtomicInteger`: atomic wrapper for a `NSInteger` (32 or 64bit, depending on the architecture it's compiled for) with additional counter semantics (_add-and-get_, _get-and-add_)\n * `AtomicReference`: atomic `NSObject` wrapper\n",
6 "homepage": "https://github.com/timehop/Atomics",
12 "timehop": "tech@timehop.com",
13 "biasedbit": "bruno@biasedbit.com"
15 "social_media_url": "http://twitter.com/timehop",
22 "git": "https://github.com/timehop/Atomics.git",