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