[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / f / 2 / ClearBlade-iOS-API / 1.17.0 / ClearBlade-iOS-API.podspec.json
blob6f73d58d169e8a455808d29d1dbb60f0d19946d7
2   "name": "ClearBlade-iOS-API",
3   "platforms": {
4     "ios": "7.0",
5     "osx": "10.8",
6     "tvos": "9.0"
7   },
8   "version": "1.17.0",
9   "summary": "iOS API libraries for the ClearBlade Platform",
10   "ios": {
11     "frameworks": [
12       "MobileCoreServices",
13       "SystemConfiguration",
14       "Security",
15       "CoreGraphics"
16     ]
17   },
18   "osx": {
19     "frameworks": [
20       "CoreServices",
21       "SystemConfiguration",
22       "Security"
23     ]
24   },
25   "tvos": {
26     "frameworks": [
27       "MobileCoreServices",
28       "SystemConfiguration",
29       "Security"
30     ]
31   },
32   "homepage": "https://github.com/ClearBlade/iOS-API",
33   "license": {
34     "type": "EPL",
35     "file": "LICENSE"
36   },
37   "authors": {
38     "ClearBlade, Inc.": "support@clearblade.com"
39   },
40   "source": {
41     "git": "https://github.com/ClearBlade/iOS-API.git",
42     "tag": "1.17.0"
43   },
44   "header_dir": "libmosquitto",
45   "source_files": "ClearBladeAPI/**/*.{h,m,c}",
46   "exclude_files": "ClearBladeAPI/libmosquitto/*.c",
47   "requires_arc": true,
48   "subspecs": [
49     {
50       "name": "libmosquitto",
51       "source_files": "ClearBladeAPI/libmosquitto/*.{c,h}",
52       "requires_arc": false,
53       "compiler_flags": [
54         "-DWITH_THREADING",
55         "-fno-objc-arc"
56       ]
57     }
58   ]