blob: e88d9f3c26f9a4106409b91aef18ce0e1767fc0a [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "0.1.4",
"summary": "Inline Objective-C small functions",
"description": "Inline Objective-C small 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.4",
"submodules": "true"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": [
"UIImage_Inlineobjc.h",
"UIColor_Inlineobjc.h",
"NSData_Inlineobjc.h",
"NSData_InlineobjcZip.h",
"NSDictionary_Inlineobjc.h",
"NSMutableArray_Inlineobjc.h",
"NSString_Inlineobjc.h"
],
"source_files": "InlineobjcDummy.m"
}