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