[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / b / a / GBDeviceInfo / 2.2.9 / GBDeviceInfo.podspec.json
blobf0d7881c03ef4ce1c05e751237de59f0120ea8c0
2   "name": "GBDeviceInfo",
3   "version": "2.2.9",
4   "summary": "Detects the hardware, software and display of the current iOS or Mac OS X device at runtime.",
5   "authors": "Luka Mirosevic",
6   "homepage": "https://github.com/lmirosevic/GBDeviceInfo",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/lmirosevic/GBDeviceInfo.git",
13     "tag": "2.2.9"
14   },
15   "ios": {
16     "source_files": [
17       "GBDeviceInfo/*_iOS.{h,m}",
18       "GBDeviceInfo/GBDeviceInfo.h"
19     ]
20   },
21   "osx": {
22     "source_files": [
23       "GBDeviceInfo/*_OSX.{h,m}",
24       "GBDeviceInfo/GBDeviceInfo.h"
25     ]
26   },
27   "requires_arc": true,
28   "platforms": {
29     "ios": "5.0",
30     "osx": "10.6"
31   }