blob: fd49bc9d0e02eb86403592143860cbd23e1c35b5 [file] [log] [blame]
{
"name": "TinyCborObjc",
"version": "0.2.0",
"summary": "Objective-C wrapper for TinyCbor - Concise Binary Object Representation (CBOR) Library",
"description": "TinyCborObjc allows encoding Foundation-objects into CBOR representation. Supports NSDictionary, NSArray, NSString, NSNumber and NSNull.",
"homepage": "https://github.com/dashevo/TinyCborObjc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/dashevo/TinyCborObjc.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "9.0"
},
"source_files": "TinyCborObjc/*.{h,m}",
"dependencies": {
"tinycbor": [
"0.5.2"
]
},
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
}
}