[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.3.0 / ActorKit.podspec.json
blob4ac1c79638b6624ce503c3ece1545c6792754e02
2   "name": "ActorKit",
3   "version": "0.3.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* Syncronous and asyncronous invocations\n* Futures\n* Message subscription and publication\n* Actor registry",
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.3.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Core"
26     }
27   ]