[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / 5 / AGBenchmark / 1.0.1 / AGBenchmark.podspec.json
blobdadf236f9d1822978adc26fdffddbe3f50128571
2   "name": "AGBenchmark",
3   "version": "1.0.1",
4   "summary": "Small library for easy benchmark your ObjC, Swift and C++ code",
5   "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.",
6   "homepage": "https://github.com/AlexandrGraschenkov/AGBenchmark",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexandr Graschenkov": "alexandr.graschenkov91@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/AlexandrGraschenkov/AGBenchmark.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": "AGBenchmark/**/*.{h,m,mm}",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "libraries": "c++"