blob: 561ac3b489c06a0c85b74726a54582b8eb9027d1 [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "0.1.8",
"summary": "Inline Objective-C small functions",
"description": "Inline Objective-C small functions. Few usefull daily functions.\n",
"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.8",
"submodules": "true"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.h",
"public_header_files": "*.h",
"requires_arc": true,
"libraries": "z",
"frameworks": [
"CoreFoundation",
"CoreGraphics"
]
}