blob: 5e18c40d835fac1fe376b1464727f85b0ea8cbfe [file] [log] [blame]
{
"name": "RLP-ObjC",
"version": "1.0.6",
"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.6"
},
"platforms": {
"ios": "11.0"
},
"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\""
}
}