[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 5 / 8 / 9 / BlueConicClient / 2.4.2 / BlueConicClient.podspec.json
bloba7819ffb03be9a525a58702cb1da76f8bd3778db
2   "name": "BlueConicClient",
3   "version": "2.4.2",
4   "license": {
5     "type": "Commercial"
6   },
7   "swift_version": "4.2",
8   "homepage": "https://blueconic.com",
9   "authors": {
10     "BlueConic": "info@blueconic.com"
11   },
12   "summary": "The BlueConicClient Framework provides the basis for communication with BlueConic.",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://download.blueconic.com/cocoapod/BlueConic-iOS-SDK-2.4.2-Source.zip",
18     "flatten": true
19   },
20   "source_files": "BlueConicClient/BlueConicClient.h",
21   "default_subspecs": "main",
22   "resources": [
23     "BlueConicClient/Resources/*.{png}",
24     "BlueConicClient/Resources/**/*.{png}"
25   ],
26   "resource_bundles": {
27     "Assets": [
28       "BlueConicClient/Resources/*.{png}",
29       "BlueConicClient/Resources/**/*.{png}"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "main",
35       "dependencies": {
36         "BlueConicClient/BlueConicClient": [
38         ],
39         "BlueConicClient/impl": [
41         ],
42         "BlueConicClient/Plugins": [
44         ]
45       }
46     },
47     {
48       "name": "BlueConicClient",
49       "source_files": [
50         "BlueConicClient/*",
51         "BlueConicClient/impl/BlueConicClientImpl.swift",
52         "BlueConicClient/impl/util/BlueConicExtensions.swift"
53       ],
54       "dependencies": {
55         "BlueConicClient/impl": [
57         ]
58       },
59       "exclude_files": "BlueConicClient/Info.plist"
60     },
61     {
62       "name": "impl",
63       "source_files": "BlueConicClient/impl/**/*",
64       "exclude_files": [
65         "BlueConicClient/impl/BlueConicClientImpl.swift",
66         "BlueConicClient/impl/util/BlueConicExtensions.swift"
67       ]
68     },
69     {
70       "name": "Plugins",
71       "source_files": "BlueConicClient/Plugins/**/*",
72       "dependencies": {
73         "BlueConicClient/BlueConicClient": [
75         ]
76       }
77     }
78   ]