blob: dd3f1aa6baeb268709f005f7caa31144bcf60b19 [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "0.1.17",
"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.17",
"submodules": "true"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "*.h",
"public_header_files": "*.h",
"requires_arc": true,
"libraries": "z",
"frameworks": [
"CoreFoundation",
"CoreGraphics"
]
}