[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 8 / 9 / BlueConicClient / 2.1.12 / BlueConicClient.podspec.json
blob64a5de489275def22e7c47477eaa73f9db74dd9b
2   "name": "BlueConicClient",
3   "version": "2.1.12",
4   "license": {
5     "type": "Commercial"
6   },
7   "homepage": "https://blueconic.com",
8   "authors": {
9     "BlueConic": "info@blueconic.com"
10   },
11   "summary": "The BlueConicClient Framework provides the basis for communication with BlueConic. For Swift 2.3",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "http": "https://support.blueconic.com/hc/article_attachments/115001306125/BlueConic-iOS-SDK-2.1.12-Source.zip",
17     "flatten": true
18   },
19   "source_files": "BlueConicClient/BlueConicClient.h",
20   "default_subspecs": "main",
21   "resources": [
22     "BlueConicClient/Resources/*.{png}",
23     "BlueConicClient/Resources/**/*.{png}"
24   ],
25   "resource_bundles": {
26     "Assets": [
27       "BlueConicClient/Resources/*.{png}",
28       "BlueConicClient/Resources/**/*.{png}"
29     ]
30   },
31   "pushed_with_swift_version": "2.3",
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     },
60     {
61       "name": "impl",
62       "source_files": "BlueConicClient/impl/**/*",
63       "exclude_files": [
64         "BlueConicClient/impl/BlueConicClientImpl.swift",
65         "BlueConicClient/impl/util/BlueConicExtensions.swift"
66       ]
67     },
68     {
69       "name": "Plugins",
70       "source_files": "BlueConicClient/Plugins/**/*",
71       "dependencies": {
72         "BlueConicClient/BlueConicClient": [
74         ]
75       }
76     }
77   ]