blob: b2e11f9e5b5c0a75c201d72bdb395f27f373ee65 [file] [log] [blame]
{
"name": "GNTesting",
"version": "0.3.1",
"summary": "Asynchronous testing tool for Objective-C/Swift",
"homepage": "https://github.com/games-neox/GNTesting",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Games Neox": "games.neox@gmail.com"
},
"source": {
"git": "https://github.com/games-neox/GNTesting.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GNExceptions": [
],
"GNLog": [
],
"GNPreconditions": [
]
},
"source_files": "GNTesting/Classes/*",
"public_header_files": "GNTesting/Classes/*.h"
}