[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.6.0 / ActorKit.podspec.json
blob6e5fbc4168ae0072c708eb973f8b976002e29be7
2   "name": "ActorKit",
3   "version": "0.6.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* 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": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/tarbrain/ActorKit.git",
17     "tag": "0.6.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Core"
24     },
25     {
26       "name": "Futures",
27       "source_files": "Pod/Futures",
28       "dependencies": {
29         "ActorKit/Core": [
31         ]
32       }
33     },
34     {
35       "name": "Promises",
36       "source_files": "Pod/Promises",
37       "dependencies": {
38         "ActorKit/Core": [
40         ],
41         "PromiseKit/Promise": [
43         ]
44       }
45     }
46   ]