[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.25.0 / ActorKit.podspec.json
blobe3cc22f83681bbf243f9de0f686ba22914fb91e9
2   "name": "ActorKit",
3   "version": "0.25.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/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.25.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       "platforms": {
40         "ios": "8.0",
41         "watchos": "2.0",
42         "osx": "10.9"
43       },
44       "source_files": "Pod/Promises",
45       "dependencies": {
46         "ActorKit/Core": [
48         ],
49         "PromiseKit/CorePromise": [
50           "~> 3.0"
51         ]
52       }
53     }
54   ]