[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / BVSwift / 0.1.2 / BVSwift.podspec.json
blob0748dc2ad5c6126a903113ba7fff1e5470dd44a2
2   "name": "BVSwift",
3   "version": "0.1.2",
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/BVSwift",
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/BVSwift.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/bazaarvoice",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.0",
23   "default_subspecs": "BVCommon",
24   "subspecs": [
25     {
26       "name": "BVCommon",
27       "source_files": "Sources/BVSwift/BVCommon/**/*.swift"
28     },
29     {
30       "name": "BVAnalytics",
31       "source_files": "Sources/BVSwift/BVAnalytics/**/*.swift",
32       "dependencies": {
33         "BVSwift/BVCommon": [
35         ]
36       }
37     },
38     {
39       "name": "BVConversations",
40       "source_files": "Sources/BVSwift/BVConversations/**/*.swift",
41       "dependencies": {
42         "BVSwift/BVCommon": [
44         ],
45         "BVSwift/BVAnalytics": [
47         ]
48       }
49     },
50     {
51       "name": "BVCurations",
52       "source_files": "Sources/BVSwift/BVCurations/**/*.swift",
53       "dependencies": {
54         "BVSwift/BVCommon": [
56         ],
57         "BVSwift/BVAnalytics": [
59         ]
60       }
61     },
62     {
63       "name": "BVRecommendations",
64       "source_files": "Sources/BVSwift/BVRecommendations/**/*.swift",
65       "dependencies": {
66         "BVSwift/BVCommon": [
68         ],
69         "BVSwift/BVAnalytics": [
71         ]
72       }
73     }
74   ]