blob: d27fdac3275ccecc8bf66909c43764f4894f4234 [file] [log] [blame]
{
"name": "RLP-ObjC",
"version": "1.0.5",
"summary": "Ethereum RLP in Objective-C",
"description": "Encodes and decodes nested objects for Ethereum",
"homepage": "https://github.com/wjmelements/rlp-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Morriss": "william.morriss@consensys.net"
},
"source": {
"git": "https://github.com/wjmelements/rlp-objc.git",
"tag": "1.0.5"
},
"source_files": [
"src/*",
"include/*"
],
"public_header_files": "include/*",
"requires_arc": true,
"frameworks": "Foundation",
"user_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/RLP-ObjC/include\""
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/RLP-ObjC/include\""
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}