[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / BVSwift / 1.0.0 / BVSwift.podspec.json
blob176f133de97472b2e0590c49b10fcc8301dac400
2   "name": "BVSwift",
3   "version": "1.0.0",
4   "summary": "Simple Swift based iOS SDK to interact with the Bazaarvoice platform API.",
5   "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.",
6   "homepage": "https://github.com/bazaarvoice/bv-ios-swift-sdk",
7   "license": {
8     "type": "Commercial",
9     "text": "See https://developer.bazaarvoice.com/API_Terms_of_Use"
10   },
11   "authors": {
12     "Bazaarvoice": "support@bazaarvoice.com"
13   },
14   "source": {
15     "git": "https://github.com/bazaarvoice/bv-ios-swift-sdk.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/bazaarvoice",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "4.2",
23   "default_subspecs": "BVCommon",
24   "subspecs": [
25     {
26       "name": "BVCommon",
27       "source_files": "BVSwift/BVCommon/**/*.swift"
28     },
29     {
30       "name": "BVAnalytics",
31       "source_files": "BVSwift/BVAnalytics/**/*.swift",
32       "dependencies": {
33         "BVSwift/BVCommon": [
35         ]
36       }
37     },
38     {
39       "name": "BVConversations",
40       "source_files": "BVSwift/BVConversations/**/*.swift",
41       "dependencies": {
42         "BVSwift/BVCommon": [
44         ],
45         "BVSwift/BVAnalytics": [
47         ]
48       }
49     },
50     {
51       "name": "BVCurations",
52       "source_files": "BVSwift/BVCurations/**/*.swift",
53       "dependencies": {
54         "BVSwift/BVCommon": [
56         ],
57         "BVSwift/BVAnalytics": [
59         ]
60       }
61     },
62     {
63       "name": "BVRecommendations",
64       "source_files": "BVSwift/BVRecommendations/**/*.swift",
65       "dependencies": {
66         "BVSwift/BVCommon": [
68         ],
69         "BVSwift/BVAnalytics": [
71         ]
72       }
73     }
74   ],
75   "swift_version": "4.2"