blob: 35c475f49c156a61ba76c1f619f35887ebb399b1 [file] [log] [blame]
{
"name": "GNThreadPool",
"version": "0.1.0",
"summary": "thread pool for Objective-C",
"homepage": "https://github.com/games-neox/GNThreadPool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Games Neox": "games.neox@gmail.com"
},
"source": {
"git": "https://github.com/games-neox/GNThreadPool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GNExceptions": [
],
"GNPreconditions": [
],
"GNLog": [
]
},
"source_files": "GNThreadPool/Classes/*",
"public_header_files": "GNThreadPool/Classes/*.h"
}