[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 8 / 9 / BlueConicClient / 2.1.2 / BlueConicClient.podspec.json
blob8892efc8da799b50130287af4102527726b6e793
2   "name": "BlueConicClient",
3   "version": "2.1.2",
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.",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "http": "https://support.blueconic.com/hc/en-us/article_attachments/202290072/BlueConicClient-iOS-2.1.2-source.zip",
17     "flatten": true
18   },
19   "source_files": "BlueConicClient/BlueConicClient.h",
20   "resources": [
21     "BlueConicClient/Resources/*.{png}",
22     "BlueConicClient/Resources/**/*.{png}"
23   ],
24   "resource_bundles": {
25     "Assets": [
26       "BlueConicClient/Resources/*.{png}",
27       "BlueConicClient/Resources/**/*.{png}"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "BlueConicClient",
33       "source_files": "BlueConicClient/*",
34       "dependencies": {
35         "BlueConicClient/impl": [
37         ]
38       }
39     },
40     {
41       "name": "impl",
42       "source_files": "BlueConicClient/impl/**/*"
43     },
44     {
45       "name": "Plugins",
46       "source_files": "BlueConicClient/Plugins/**/*",
47       "dependencies": {
48         "BlueConicClient/BlueConicClient": [
50         ]
51       }
52     }
53   ]