[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 6.0.0 / BVSDK.podspec.json
blobb2845c0b0c5cd9849fe646fe3bb1b8b5f2f14f2a
2   "name": "BVSDK",
3   "version": "6.0.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": "6.0.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       "resources": [
33         "Pod/BVCommon/Notifications/mapThumbnail.png"
34       ]
35     },
36     {
37       "name": "BVConversations",
38       "source_files": "Pod/BVConversations/**/*.{h,m}",
39       "dependencies": {
40         "BVSDK/Core": [
42         ]
43       }
44     },
45     {
46       "name": "BVAdvertising",
47       "dependencies": {
48         "BVSDK/Core": [
50         ]
51       }
52     },
53     {
54       "name": "BVRecommendations",
55       "source_files": "Pod/BVRecommendations/**/*.{h,m}",
56       "dependencies": {
57         "BVSDK/Core": [
59         ]
60       }
61     },
62     {
63       "name": "BVCurations",
64       "source_files": "Pod/BVCurations/**/*.{h,m}",
65       "dependencies": {
66         "BVSDK/Core": [
68         ]
69       }
70     },
71     {
72       "name": "BVLocation",
73       "source_files": "Pod/BVLocation/**/*.{h,m}",
74       "vendored_frameworks": "Pod/Frameworks/Gimbal.framework",
75       "libraries": "z",
76       "dependencies": {
77         "BVSDK/Core": [
79         ]
80       }
81     },
82     {
83       "name": "BVNotifications",
84       "source_files": [
85         "Pod/BVNotifications/**/*.{h,m}",
86         "Pod/BVAnalytics/**/*.{h,m}",
87         "Pod/BVConversations/**/*.{h,m}",
88         "Pod/BVCommon/*.{h,m}",
89         "Pod/BVCommon/Private/*.{h,m}",
90         "Pod/BVCommon/Notifications/BVNotificationCenterObject.h",
91         "Pod/BVCommon/Notifications/BVReviewRichNotificationCenter.{h,m}",
92         "Pod/BVCommon/Notifications/BVNotificationConstants.h"
93       ],
94       "resources": [
95         "Pod/BVNotifications/BVStoreReviewNotificationViewController.xib"
96       ]
97     }
98   ]