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