blob: e2a27527b0f99a28d2de2794ab11def513496c23 [file] [log] [blame]
{
"name": "GNFrontEndJobExecutor",
"version": "0.1.0",
"summary": "Simple (yet powerful & flexible) Job Executor for Objective-C",
"homepage": "https://github.com/games-neox/GNFrontEndJobExecutor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Games Neox": "games.neox@gmail.com"
},
"source": {
"git": "https://github.com/games-neox/GNFrontEndJobExecutor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GNExceptions": [
],
"GNLog": [
],
"GNPreconditions": [
],
"GNThreadPool": [
]
},
"source_files": "GNFrontEndJobExecutor/Classes/*",
"public_header_files": "GNFrontEndJobExecutor/Classes/*.h"
}