[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 1.3.1 / ActorKit.podspec.json
blobfa8d3fe8efe1898270b382df43d74a4414070d73
2   "name": "ActorKit",
3   "version": "1.3.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* 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.10"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/jkrumow/ActorKit.git",
20     "tag": "1.3.1"
21   },
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Pod/Core"
28     },
29     {
30       "name": "Supervision",
31       "source_files": "Pod/Supervision",
32       "dependencies": {
33         "ActorKit/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Promises",
40       "source_files": "Pod/Promises",
41       "dependencies": {
42         "ActorKit/Core": [
44         ],
45         "PromiseKit/CorePromise": [
46           "~> 4.0"
47         ]
48       }
49     }
50   ]