blob: 063abe9e68e90aab5c64489c1310bacbe1893bf7 [file] [log] [blame]
{
"name": "Inlineobjc",
"version": "0.1.6",
"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.6",
"submodules": "true"
},
"platforms": {
"ios": "7.0"
},
"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",
"requires_arc": true,
"libraries": "z",
"frameworks": [
"CoreFoundation",
"CoreGraphics"
]
}