[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / b / a / GBDeviceInfo / 3.2.0 / GBDeviceInfo.podspec.json
blobfff9dff47513f1e8e30efdc5c4993ead5515cf7b
2   "name": "GBDeviceInfo",
3   "version": "3.2.0",
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": "3.2.0"
14   },
15   "ios": {
16     "source_files": [
17       "GBDeviceInfo/*_iOS.{h,m}",
18       "GBDeviceInfo/*_Common.{h,m}",
19       "GBDeviceInfo/GBDeviceInfo.h",
20       "GBDeviceInfo/GBDeviceInfoInterface.h",
21       "GBDeviceInfo/GBDeviceInfo_Subclass.h"
22     ],
23     "public_header_files": [
24       "GBDeviceInfo/*_iOS.h",
25       "GBDeviceInfo/*_Common.h",
26       "GBDeviceInfo/GBDeviceInfo.h",
27       "GBDeviceInfo/GBDeviceInfoInterface.h",
28       "GBDeviceInfo/GBDeviceInfo_Subclass.h"
29     ],
30     "frameworks": "Foundation",
31     "dependencies": {
32       "GBJailbreakDetection": [
33         "~> 1.0"
34       ]
35     }
36   },
37   "osx": {
38     "source_files": [
39       "GBDeviceInfo/*_OSX.{h,m}",
40       "GBDeviceInfo/*_Common.{h,m}",
41       "GBDeviceInfo/GBDeviceInfo.h",
42       "GBDeviceInfo/GBDeviceInfoInterface.h",
43       "GBDeviceInfo/GBDeviceInfo_Subclass.h"
44     ],
45     "public_header_files": [
46       "GBDeviceInfo/*_OSX.h",
47       "GBDeviceInfo/*_Common.h",
48       "GBDeviceInfo/GBDeviceInfo.h",
49       "GBDeviceInfo/GBDeviceInfoInterface.h",
50       "GBDeviceInfo/GBDeviceInfo_Subclass.h"
51     ],
52     "frameworks": [
53       "Cocoa",
54       "CoreServices",
55       "Foundation"
56     ]
57   },
58   "requires_arc": true,
59   "platforms": {
60     "ios": "5.0",
61     "osx": "10.6"
62   }