[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.50.0 / ActorKit.podspec.json
blob47fb6709303aa6e3949efc69711240def76e2b03
2   "name": "ActorKit",
3   "version": "0.50.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* Notification subscription and publication\n* Supervision\n* Linking",
6   "homepage": "https://github.com/jkrumow/ActorKit",
7   "license": "MIT",
8   "authors": {
9     "Julian Krumow": "julian.krumow@bogusmachine.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/jkrumow/ActorKit.git",
20     "tag": "0.50.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pod/Core"
27     },
28     {
29       "name": "Supervision",
30       "source_files": "Pod/Supervision",
31       "dependencies": {
32         "ActorKit/Core": [
34         ]
35       }
36     },
37     {
38       "name": "Promises",
39       "source_files": "Pod/Promises",
40       "dependencies": {
41         "ActorKit/Core": [
43         ],
44         "PromiseKit/CorePromise": [
45           "~> 3.0"
46         ]
47       }
48     }
49   ]