4 "summary": "Actor programming model framework",
5 "description": "The actor model in computer science is a mathematical model of concurrent computation that treats \"actors\" as the universal primitives of concurrent computation: in response to a message that it receives, an actor can make local decisions, create more actors, send more messages, and determine how to respond to the next message received.(Wikipedia)",
6 "homepage": "https://github.com/techery/Oscar",
9 "Techery": "opensource@techery.io"
12 "git": "https://github.com/Techery/Oscar.git",
15 "social_media_url": "http://techery.io",
20 "source_files": "Pod/Classes/**/*",
26 "public_header_files": "Pod/Classes/**/*.h",