blob: 89599348ffda95e2adc552e00ac5ad24504f18c0 [file] [log] [blame]
{
"name": "ActorKit",
"version": "0.2.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* Message subscription and publication",
"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.2.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
}
]
}