[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / b / 2 / ActorKit / 0.1.0 / ActorKit.podspec.json
blob632323314cb4e0bcf1f98e971513ea3b1a406b0e
2   "name": "ActorKit",
3   "version": "0.1.0",
4   "summary": "A lightweight actor framework in Objective-C.",
5   "description": "Brings actors to Objective-C development.\n\n* feature\n* feature",
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.1.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Pod/Core"
26     }
27   ]