[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 9 / 5 / 8 / GNThreadPool / 0.1.0 / GNThreadPool.podspec.json
blob35c475f49c156a61ba76c1f619f35887ebb399b1
2   "name": "GNThreadPool",
3   "version": "0.1.0",
4   "summary": "thread pool for Objective-C",
5   "homepage": "https://github.com/games-neox/GNThreadPool",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Games Neox": "games.neox@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/games-neox/GNThreadPool.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "dependencies": {
21     "GNExceptions": [
23     ],
24     "GNPreconditions": [
26     ],
27     "GNLog": [
29     ]
30   },
31   "source_files": "GNThreadPool/Classes/*",
32   "public_header_files": "GNThreadPool/Classes/*.h"