blob: 773207b690feea1a6e931269755f32f2ffcb83c2 [file] [log] [blame]
{
"name": "RCDebugKit",
"version": "0.1.0",
"summary": "Rico's debug tool collection.",
"description": "Rico's debug tool collection. Including FPSLabel...",
"homepage": "https://github.com/yxjxx/RCDebugKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yxjxx": "i@yxjxx.com"
},
"source": {
"git": "https://github.com/yxjxx/RCDebugKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "FPSLabel",
"requires_arc": true,
"source_files": "RCDebugKit/Classes/YYFPSLabel/*.{h,m}",
"public_header_files": "RCDebugKit/Classes/YYFPSLabel/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": [
"stdc++.6",
"stdc++"
]
}
]
}