blob: c7b2f4506d1669b9fa62c9bdc5f465155d116ff0 [file] [log] [blame]
{
"name": "ActorKit",
"version": "1.1.0",
"summary": "A lightweight actor framework in Objective-C.",
"description": "Brings the actor model to Objective-C.\n\n* Actors\n* Actor Pools\n* Synchronous and asynchronous invocations\n* Promises\n* Notification subscription and publication\n* Supervision\n* Linking",
"homepage": "https://github.com/jkrumow/ActorKit",
"license": "MIT",
"authors": {
"Julian Krumow": "julian.krumow@bogusmachine.com"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source": {
"git": "https://github.com/jkrumow/ActorKit.git",
"tag": "1.1.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
},
{
"name": "Supervision",
"source_files": "Pod/Supervision",
"dependencies": {
"ActorKit/Core": [
]
}
},
{
"name": "Promises",
"source_files": "Pod/Promises",
"dependencies": {
"ActorKit/Core": [
],
"PromiseKit/CorePromise": [
"~> 4.0"
]
}
}
]
}