[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.7.1 / ActorKit.podspec.json
blobf37950a0aa840ae338e9549f2a834ecf19921c8f
2   "name": "ActorKit",
3   "version": "0.7.1",
4   "summary": "A lightweight actor framework in Objective-C.",
5   "description": "Brings the actor model to Objective-C.\n\n* Actors\n* Actor Pools\n* Synchronous and asynchronous invocations\n* Futures\n* Promises\n* Message subscription and publication",
6   "homepage": "https://github.com/tarbrain/ActorKit",
7   "license": "MIT",
8   "authors": {
9     "Julian Krumow": "julian.krumow@tarbrain.com"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "watchos": "2.0",
14     "osx": "10.7"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/tarbrain/ActorKit.git",
19     "tag": "0.7.1"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Core"
26     },
27     {
28       "name": "Futures",
29       "source_files": "Pod/Futures",
30       "dependencies": {
31         "ActorKit/Core": [
33         ]
34       }
35     },
36     {
37       "name": "Promises",
38       "platforms": {
39         "ios": "7.0"
40       },
41       "source_files": "Pod/Promises",
42       "dependencies": {
43         "ActorKit/Core": [
45         ],
46         "PromiseKit/Promise": [
48         ]
49       }
50     }
51   ]