[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.15.0 / ActorKit.podspec.json
blob145bd726a65a2fb535459d26bf7654cb9949b146
2   "name": "ActorKit",
3   "version": "0.15.0",
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* 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": "8.0",
13     "watchos": "2.0",
14     "tvos": "9.0",
15     "osx": "10.9"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/tarbrain/ActorKit.git",
20     "tag": "0.15.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pod/Core"
27     },
28     {
29       "name": "Promises",
30       "platforms": {
31         "ios": "8.0",
32         "watchos": "2.0",
33         "osx": "10.9"
34       },
35       "source_files": "Pod/Promises",
36       "dependencies": {
37         "ActorKit/Core": [
39         ],
40         "PromiseKit/CorePromise": [
41           "~> 3.0"
42         ]
43       }
44     }
45   ]