[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241227
[CocoaPods.git] / Specs / c / d / 0 / AGSTimeProfile / 1.0 / AGSTimeProfile.podspec.json
blobf376c313ca572e7965dd66f190c6a49410808177
2   "name": "AGSTimeProfile",
3   "version": "1.0",
4   "summary": "Measure how much time different blocks of code takes to execute",
5   "homepage": "https://github.com/hfossli/AGSTimeProfile",
6   "license": "MIT",
7   "platforms": {
8     "ios": "5.0"
9   },
10   "requires_arc": true,
11   "authors": {
12     "HÃ¥vard Fossli": "hfossli@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hfossli/AGSTimeProfile.git",
16     "tag": "1.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "QuartzCore"
21   ],
22   "source_files": "Source/**/*.{h,m}"