blob: dadf236f9d1822978adc26fdffddbe3f50128571 [file] [log] [blame]
{
"name": "AGBenchmark",
"version": "1.0.1",
"summary": "Small library for easy benchmark your ObjC, Swift and C++ code",
"description": "I use it for benchmark part of algorithm writed on C++. Unforteniatly did't find any library for this purpose. Hope thap library will help somebody.",
"homepage": "https://github.com/AlexandrGraschenkov/AGBenchmark",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexandr Graschenkov": "alexandr.graschenkov91@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/AlexandrGraschenkov/AGBenchmark.git",
"tag": "v1.0.1"
},
"source_files": "AGBenchmark/**/*.{h,m,mm}",
"requires_arc": true,
"frameworks": "Foundation",
"libraries": "c++"
}