[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 5 / 8 / 9 / BlueConicClient / 2.2.1 / BlueConicClient.podspec.json
blob7e05392e26cae7dc1475d3f29dc3c30927ebc1da
2   "name": "BlueConicClient",
3   "version": "2.2.1",
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 3.0",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "http": "https://support.blueconic.com/hc/article_attachments/209234325/BlueConic-iOS-SDK-2.2.1-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": "3.0",
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   ]