[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.7.2 / ActorKit.podspec.json
blobfc2340f3b0c1e983784e2a989c219e32b86cf9e7
2   "name": "ActorKit",
3   "version": "0.7.2",
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",
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     "osx": "10.7"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/tarbrain/ActorKit.git",
19     "tag": "0.7.2"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Core"
26     },
27     {
28       "name": "Promises",
29       "platforms": {
30         "ios": "7.0"
31       },
32       "source_files": "Pod/Promises",
33       "dependencies": {
34         "ActorKit/Core": [
36         ],
37         "PromiseKit/Promise": [
39         ]
40       }
41     }
42   ]