blob: e1cc07736f3ba5e8ef95ba2b79262a33719a2e01 [file] [log] [blame]
{
"name": "GNThreadPool",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GNExceptions": [
],
"GNLog": [
],
"GNPreconditions": [
]
},
"source_files": "GNThreadPool/Classes/*",
"public_header_files": "GNThreadPool/Classes/*.h"
}