blob: d44d01281ea66b2dfd4a1a512c15fe80a4a28e05 [file] [log] [blame]
{
"name": "Oscar",
"version": "1.0.0",
"summary": "Actor programming model framework",
"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)",
"homepage": "https://github.com/techery/Oscar",
"license": "MIT",
"authors": {
"Techery": "opensource@techery.io"
},
"source": {
"git": "https://github.com/Techery/Oscar.git",
"tag": "1.0.0"
},
"social_media_url": "http://techery.io",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Oscar": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"RXPromise": [
"~> 0.13"
],
"CocoaLumberjack": [
]
}
}