blob: 4ac1c79638b6624ce503c3ece1545c6792754e02 [file] [log] [blame]
{
"name": "ActorKit",
"version": "0.3.0",
"summary": "A lightweight actor framework in Objective-C.",
"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",
"homepage": "https://github.com/tarbrain/ActorKit",
"license": "MIT",
"authors": {
"Julian Krumow": "julian.krumow@tarbrain.com"
},
"platforms": {
"ios": "5.0",
"watchos": "2.0",
"osx": "10.7"
},
"requires_arc": true,
"source": {
"git": "https://github.com/tarbrain/ActorKit.git",
"tag": "0.3.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
}
]
}