[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / 4 / BVSwift / 1.10.0 / BVSwift.podspec.json
blob1d0a9a60c5fff082f12bc3b4acaa626e3580f9b5
2   "name": "BVSwift",
3   "version": "1.10.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.10.0"
17   },
18   "social_media_url": "https://twitter.com/bazaarvoice",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "BVCommon",
24   "subspecs": [
25     {
26       "name": "BVCommon",
27       "source_files": [
28         "BVSwift/BVCommon/**/*.swift",
29         "BVSwift/BVAnalytics/**/*.swift"
30       ]
31     },
32     {
33       "name": "BVAnalytics",
34       "source_files": "BVSwift/BVAnalytics/**/*.swift",
35       "dependencies": {
36         "BVSwift/BVCommon": [
38         ]
39       }
40     },
41     {
42       "name": "BVConversations",
43       "source_files": "BVSwift/BVConversations/**/*.swift",
44       "dependencies": {
45         "BVSwift/BVCommon": [
47         ],
48         "BVSwift/BVAnalytics": [
50         ]
51       }
52     },
53     {
54       "name": "BVCurations",
55       "source_files": "BVSwift/BVCurations/**/*.swift",
56       "dependencies": {
57         "BVSwift/BVCommon": [
59         ],
60         "BVSwift/BVAnalytics": [
62         ]
63       }
64     },
65     {
66       "name": "BVRecommendations",
67       "source_files": "BVSwift/BVRecommendations/**/*.swift",
68       "dependencies": {
69         "BVSwift/BVCommon": [
71         ],
72         "BVSwift/BVAnalytics": [
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.0"