[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 3.1.0 / BVSDK.podspec.json
blob63b49a84a0aaf8491e05ee010f756c1544275cdd
2   "name": "BVSDK",
3   "version": "3.1.0",
4   "homepage": "https://developer.bazaarvoice.com",
5   "license": {
6     "type": "Commercial",
7     "text": "See https://developer.bazaarvoice.com/API_Terms_of_Use"
8   },
9   "authors": {
10     "Bazaarvoice": "support@bazaarvoice.com"
11   },
12   "source": {
13     "git": "https://github.com/bazaarvoice/bv-ios-sdk.git",
14     "tag": "3.1.0"
15   },
16   "social_media_url": "https://twitter.com/bazaarvoice",
17   "summary": "Simple iOS SDK to interact with the Bazaarvoice platform API.",
18   "description": "The Bazaarvoice software development kit (SDK) for iOS is an iOS static 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.",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Pod/BVCommon/**/*.{h,m}",
29         "Pod/BVConversations/**/*.{h,m}",
30         "Pod/BVAnalytics/**/*.{h,m}"
31       ]
32     },
33     {
34       "name": "BVConversations",
35       "source_files": "Pod/BVConversations/**/*.{h,m}",
36       "dependencies": {
37         "BVSDK/Core": [
39         ]
40       }
41     },
42     {
43       "name": "BVAdvertising",
44       "source_files": "Pod/BVAdvertising/**/*.{h,m}",
45       "dependencies": {
46         "Google-Mobile-Ads-SDK": [
47           "~> 7.6"
48         ],
49         "BVSDK/Core": [
51         ]
52       }
53     },
54     {
55       "name": "BVRecommendations",
56       "source_files": "Pod/BVRecommendations/**/*.{h,m}",
57       "dependencies": {
58         "BVSDK/Core": [
60         ]
61       }
62     },
63     {
64       "name": "BVRecommendationsUI",
65       "source_files": "Pod/BVRecommendationsUI/**/*.{h,m}",
66       "resources": "Pod/BVRecommendationsUI/**/*.{png,bundle,xib,nib}",
67       "dependencies": {
68         "BVSDK/BVRecommendations": [
70         ],
71         "SDWebImage": [
73         ],
74         "HCSStarRatingView": [
75           "~> 1.4.3"
76         ],
77         "SVProgressHUD": [
79         ]
80       }
81     }
82   ]