blob: 8a8396707c51d3b4388c1bea61c26b5ea3a81e0e [file] [log] [blame]
{
"name": "TinyCborObjc",
"version": "0.2.3",
"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.3"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "9.0"
},
"source_files": "TinyCborObjc/*.{h,m}",
"dependencies": {
"tinycbor": [
"0.5.3-alpha2"
]
},
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
"GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
}
}