blob: 632323314cb4e0bcf1f98e971513ea3b1a406b0e [file] [log] [blame]
{
"name": "ActorKit",
"version": "0.1.0",
"summary": "A lightweight actor framework in Objective-C.",
"description": "Brings actors to Objective-C development.\n\n* feature\n* feature",
"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.1.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Core"
}
]
}