[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 8 / 9 / BlueConicClient / 2.1.4 / BlueConicClient.podspec.json
blob790666c1b2fe6563243b19660f99b269ad2bdf47
2   "name": "BlueConicClient",
3   "version": "2.1.4",
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/203624689/BlueConic-iOS-SDK-2.1.4-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   "subspecs": [
32     {
33       "name": "main",
34       "dependencies": {
35         "BlueConicClient/BlueConicClient": [
37         ],
38         "BlueConicClient/impl": [
40         ],
41         "BlueConicClient/Plugins": [
43         ]
44       }
45     },
46     {
47       "name": "BlueConicClient",
48       "source_files": "BlueConicClient/*",
49       "dependencies": {
50         "BlueConicClient/impl": [
52         ]
53       }
54     },
55     {
56       "name": "impl",
57       "source_files": "BlueConicClient/impl/**/*"
58     },
59     {
60       "name": "Plugins",
61       "source_files": "BlueConicClient/Plugins/**/*",
62       "dependencies": {
63         "BlueConicClient/BlueConicClient": [
65         ]
66       }
67     }
68   ]