blob: 54a34c72fda7fbcd0224758741d19e92233591ed [file] [log] [blame]
{
"name": "SolidPod",
"version": "0.10.11",
"license": {
"type": "Commercial"
},
"homepage": "https://github.com/YAWNooijen/SolidPod",
"authors": {
"Youri Nooijen": "yournooijen@live.nl"
},
"summary": "The BlueConicClient Framework provides the basis for communication with BlueConic.",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://support.blueconic.com/hc/en-us/article_attachments/202316161/BlueConic-iOS-SDK-2.1.3-Source.zip",
"flatten": true
},
"source_files": "BlueConicClient/BlueConicClient.h",
"default_subspecs": "BlueConicClient",
"resources": [
"BlueConicClient/Resources/*.{png}",
"BlueConicClient/Resources/**/*.{png}"
],
"resource_bundles": {
"Assets": [
"BlueConicClient/Resources/*.{png}",
"BlueConicClient/Resources/**/*.{png}"
]
},
"subspecs": [
{
"name": "BlueConicClient",
"source_files": "BlueConicClient/*",
"dependencies": {
"SolidPod/impl": [
]
}
},
{
"name": "impl",
"source_files": "BlueConicClient/impl/**/*"
},
{
"name": "Plugins",
"source_files": "BlueConicClient/Plugins/**/*",
"dependencies": {
"SolidPod/BlueConicClient": [
]
}
}
]
}