[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 6.4.1 / BVSDK.podspec.json
blob8bdfa41cdb789fe48581962a85c6204d3fa03048
2   "name": "BVSDK",
3   "version": "6.4.1",
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.4.1"
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       "dependencies": {
45         "BVSDK/Core": [
47         ]
48       }
49     },
50     {
51       "name": "BVRecommendations",
52       "source_files": "Pod/BVRecommendations/**/*.{h,m}",
53       "dependencies": {
54         "BVSDK/Core": [
56         ]
57       }
58     },
59     {
60       "name": "BVCurations",
61       "source_files": "Pod/BVCurations/**/*.{h,m}",
62       "dependencies": {
63         "BVSDK/Core": [
65         ]
66       }
67     },
68     {
69       "name": "BVCurationsUI",
70       "source_files": "Pod/BVCurationsUI/**/*.{h,m}",
71       "dependencies": {
72         "BVSDK/BVCurations": [
74         ]
75       },
76       "resources": [
77         "Pod/BVCurationsUI/Assets/*.xcassets"
78       ]
79     },
80     {
81       "name": "BVLocation",
82       "source_files": "Pod/BVLocation/**/*.{h,m}",
83       "vendored_frameworks": "Pod/Frameworks/Gimbal.framework",
84       "libraries": "z",
85       "dependencies": {
86         "BVSDK/Core": [
88         ]
89       }
90     },
91     {
92       "name": "BVPIN",
93       "source_files": "Pod/BVPIN/**/*.{h,m}",
94       "dependencies": {
95         "BVSDK/Core": [
97         ]
98       }
99     },
100     {
101       "name": "BVNotifications",
102       "source_files": [
103         "Pod/BVNotifications/**/*.{h,m}",
104         "Pod/BVAnalytics/**/*.{h,m}",
105         "Pod/BVConversations/**/*.{h,m}",
106         "Pod/BVCommon/*.{h,m}",
107         "Pod/BVCommon/Private/*.{h,m}",
108         "Pod/BVCommon/Notifications/BVNotificationCenterObject.h",
109         "Pod/BVCommon/Notifications/BVStoreReviewRichNotificationCenter.{h,m}",
110         "Pod/BVCommon/Notifications/BVNotificationConstants.h",
111         "Pod/BVCommon/Notifications/BVPIN.{h,m}"
112       ],
113       "resources": [
114         "Pod/BVNotifications/mapThumbnail.png"
115       ],
116       "dependencies": {
117         "BVSDK/BVLocation": [
119         ],
120         "BVSDK/BVPIN": [
122         ]
123       }
124     }
125   ]