blob: 2ced4acbe8ef122beb4b3271334868699986a965 [file] [log] [blame]
{
"name": "GNTesting",
"version": "0.1.0",
"summary": "Asynchronous testing tool for Objective-C",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"GNExceptions": [
],
"GNLog": [
],
"GNPreconditions": [
]
},
"source_files": "GNTesting/Classes/*",
"public_header_files": "GNTesting/Classes/*.h"
}