[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 8 / 9 / BlueConicClient / 2.6.0 / BlueConicClient.podspec.json
blobfab48fc1d9a80fb4f970bdfde90a5550ddd48175
2   "name": "BlueConicClient",
3   "version": "2.6.0",
4   "license": {
5     "type": "Commercial"
6   },
7   "swift_versions": "5.0",
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.6.0-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   "swift_version": "5.0",
33   "subspecs": [
34     {
35       "name": "main",
36       "dependencies": {
37         "BlueConicClient/BlueConicClient": [
39         ],
40         "BlueConicClient/impl": [
42         ],
43         "BlueConicClient/Plugins": [
45         ]
46       }
47     },
48     {
49       "name": "BlueConicClient",
50       "source_files": [
51         "BlueConicClient/*",
52         "BlueConicClient/impl/BlueConicClientImpl.swift",
53         "BlueConicClient/impl/util/BlueConicExtensions.swift"
54       ],
55       "dependencies": {
56         "BlueConicClient/impl": [
58         ]
59       },
60       "exclude_files": "BlueConicClient/Info.plist"
61     },
62     {
63       "name": "impl",
64       "source_files": "BlueConicClient/impl/**/*",
65       "exclude_files": [
66         "BlueConicClient/impl/BlueConicClientImpl.swift",
67         "BlueConicClient/impl/util/BlueConicExtensions.swift"
68       ]
69     },
70     {
71       "name": "Plugins",
72       "source_files": "BlueConicClient/Plugins/**/*",
73       "dependencies": {
74         "BlueConicClient/BlueConicClient": [
76         ]
77       }
78     }
79   ]