blob: 5a5f474a8226f760c07a391d91260d5d026019c1 [file] [log] [blame]
{
"name": "objrpc",
"version": "1.0.6",
"summary": "the gsrpc object-c injection runtimes",
"description": "A longer description of objrpc in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://gsrpc.github.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yayanyang": "yayanyang@gmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/gsrpc/objrpc.git",
"tag": "v1.0.6"
},
"source_files": "src/**/*.{h,m}",
"public_header_files": "src/**/*.h",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/**"
}
}