[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 1 / CSSystemInfoHelper / 2.0.1 / CSSystemInfoHelper.podspec.json
blob053e8d46c025eb153e7fea8256e72079566c9755
2   "name": "CSSystemInfoHelper",
3   "version": "2.0.1",
4   "license": "MIT",
5   "summary": "A utility library for getting system info.",
6   "homepage": "https://github.com/thecatalinstan/CSSystemInfoHelper",
7   "authors": {
8     "Cătălin Stan": "catalin.stan@me.com"
9   },
10   "social_media_url": "http://twitter.com/catalinstan",
11   "source": {
12     "git": "https://github.com/thecatalinstan/CSSystemInfoHelper.git",
13     "tag": "2.0.1"
14   },
15   "module_name": "CSSystemInfoHelper",
16   "source_files": [
17     "CSSystemInfoHelper/Sources/*.{h,m}",
18     "CSSystemInfoHelper/Headers/CSSystemInfoHelper/*.h"
19   ],
20   "public_header_files": [
21     "CSSystemInfoHelper/Headers/CSSystemInfoHelper/CSSystemInfoHelper.h",
22     "CSSystemInfoHelper/Headers/CSSystemInfoHelper/CSNetworkInterface.h",
23     "CSSystemInfoHelper/Headers/CSSystemInfoHelper/CSSystemInfo.h"
24   ],
25   "platforms": {
26     "ios": "9.0",
27     "osx": "10.9",
28     "tvos": "9.0",
29     "watchos": "2.0"
30   },
31   "ios": {
32     "frameworks": "Foundation"
33   },
34   "osx": {
35     "frameworks": "Foundation"
36   },
37   "tvos": {
38     "frameworks": "Foundation"
39   },
40   "watchos": {
41     "frameworks": "Foundation"
42   },
43   "requires_arc": true