blob: 0aaa227f42f0ba69506d7eecd5f3c0f7b19b26c1 [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "0.1.15",
"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.15",
"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"
]
}