blob: 184b0195098001d5144c225c529e335f0009b7b9 [file] [log] [blame]
{
"name": "TinyCborObjc",
"version": "0.3.0",
"summary": "Objective-C wrapper for TinyCbor - Concise Binary Object Representation (CBOR) Library",
"description": "TinyCborObjc allows encoding/decoding Foundation-objects into/from 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.3.0"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "9.0"
},
"source_files": "TinyCborObjc/*.{h,m,c}",
"dependencies": {
"tinycbor": [
"0.5.3-alpha2"
]
},
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
"GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
}
}