[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / e / Atomics / 0.9.0 / Atomics.podspec.json
blob82500d41cd767c6db41254dcc382edf489e9ce63
2   "name": "Atomics",
3   "version": "0.9.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "timehop": "tech@timehop.com",
13     "biasedbit": "bruno@biasedbit.com"
14   },
15   "social_media_url": "http://twitter.com/timehop",
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/timehop/Atomics.git",
23     "tag": "0.9.0"
24   },
25   "source_files": [
26     "Classes",
27     "Classes/**/*.{h,m}"
28   ]