blob: 3279d94f4b996189867b5259940ad7534d7faf38 [file] [log] [blame]
{
"name": "BVSwift",
"version": "0.2.3",
"summary": "Simple Swift based iOS SDK to interact with the Bazaarvoice platform API.",
"description": "The Bazaarvoice Software Development Kit (SDK) is a Swift iOS library that provides an easy way to generate REST calls to the Bazaarvoice Developer API. Using this SDK, mobile developers can quickly integrate Bazaarvoice content into their native iOS apps for iPhone and iPad on iOS 8.0 or newer.",
"homepage": "https://github.com/bazaarvoice/BVSwift",
"license": {
"type": "Commercial",
"text": "See https://developer.bazaarvoice.com/API_Terms_of_Use"
},
"authors": {
"Bazaarvoice": "support@bazaarvoice.com"
},
"source": {
"git": "https://github.com/bazaarvoice/BVSwift.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/bazaarvoice",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"default_subspecs": "BVCommon",
"subspecs": [
{
"name": "BVCommon",
"source_files": "Sources/BVSwift/BVCommon/**/*.swift"
},
{
"name": "BVAnalytics",
"source_files": "Sources/BVSwift/BVAnalytics/**/*.swift",
"dependencies": {
"BVSwift/BVCommon": [
]
}
},
{
"name": "BVConversations",
"source_files": "Sources/BVSwift/BVConversations/**/*.swift",
"dependencies": {
"BVSwift/BVCommon": [
],
"BVSwift/BVAnalytics": [
]
}
},
{
"name": "BVCurations",
"source_files": "Sources/BVSwift/BVCurations/**/*.swift",
"dependencies": {
"BVSwift/BVCommon": [
],
"BVSwift/BVAnalytics": [
]
}
},
{
"name": "BVRecommendations",
"source_files": "Sources/BVSwift/BVRecommendations/**/*.swift",
"dependencies": {
"BVSwift/BVCommon": [
],
"BVSwift/BVAnalytics": [
]
}
}
]
}