blob: 3fea16e3e15d499fdeda2ef7f297a9b0dc1af0be [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "0.1.14",
"summary": "Inline Objective-C small functions for more stable and safer code",
"description": "Inline Objective-C small functions for more stable and safer code. Few usefull daily functions.",
"homepage": "https://github.com/OlehKulykov/Inlineobjc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/Inlineobjc.git",
"tag": "0.1.14",
"submodules": "true"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.h",
"public_header_files": "*.h",
"requires_arc": true,
"libraries": "z",
"frameworks": [
"CoreFoundation",
"CoreGraphics"
]
}