blob: 4466c569bbfa9dc4a5d60e907940c98f6b511db0 [file] [log] [blame]
{
"name": "NSStringFromAnyObject",
"version": "0.0.3",
"summary": "NSString representations for arbitrary C/Objective-C objects.",
"homepage": "https://github.com/stanislaw/NSStringFromAnyObject",
"license": {
"type": "MIT"
},
"authors": {
"Stanislaw Pankevich": "s.pankevich@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/stanislaw/NSStringFromAnyObject.git",
"tag": "0.0.3"
},
"source_files": "NSStringFromAnyObject/*.{h,m}",
"private_header_files": [
"NSStringFromAnyObject/Foundation.h",
"NSStringFromAnyObject/C.h",
"NSStringFromAnyObject/ObjC.h"
],
"requires_arc": true
}