[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / a / SolidPod / 0.10.11 / SolidPod.podspec.json
blob54a34c72fda7fbcd0224758741d19e92233591ed
2   "name": "SolidPod",
3   "version": "0.10.11",
4   "license": {
5     "type": "Commercial"
6   },
7   "homepage": "https://github.com/YAWNooijen/SolidPod",
8   "authors": {
9     "Youri Nooijen": "yournooijen@live.nl"
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/202316161/BlueConic-iOS-SDK-2.1.3-Source.zip",
17     "flatten": true
18   },
19   "source_files": "BlueConicClient/BlueConicClient.h",
20   "default_subspecs": "BlueConicClient",
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": "BlueConicClient",
34       "source_files": "BlueConicClient/*",
35       "dependencies": {
36         "SolidPod/impl": [
38         ]
39       }
40     },
41     {
42       "name": "impl",
43       "source_files": "BlueConicClient/impl/**/*"
44     },
45     {
46       "name": "Plugins",
47       "source_files": "BlueConicClient/Plugins/**/*",
48       "dependencies": {
49         "SolidPod/BlueConicClient": [
51         ]
52       }
53     }
54   ]