blob: 51ea5b63fe7e8e24af6b822a67b09a9580b391ea [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "1.0.0",
"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": "1.0.0",
"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"
]
}