[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.9.0 / ActorKit.podspec.json
blobe883fa98b34db06200fefc21450266ed0a071acd
2   "name": "ActorKit",
3   "version": "0.9.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\n* Supervision\n* Linking",
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     "tvos": "9.0",
15     "osx": "10.7"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/tarbrain/ActorKit.git",
20     "tag": "0.9.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": "7.0",
32         "osx": "10.7"
33       },
34       "source_files": "Pod/Promises",
35       "dependencies": {
36         "ActorKit/Core": [
38         ],
39         "PromiseKit/Promise": [
41         ]
42       }
43     }
44   ]