[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 6.5.3 / BVSDK.podspec.json
blobd626eb004b6467e7c69f79ba33c8f83dc385a9ee
2   "name": "BVSDK",
3   "version": "6.5.3",
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.5.3"
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/BVAnalytics/**/*.{h,m}"
30       ]
31     },
32     {
33       "name": "BVAnalytics",
34       "dependencies": {
35         "BVSDK/Core": [
37         ]
38       }
39     },
40     {
41       "name": "BVConversations",
42       "source_files": "Pod/BVConversations/**/*.{h,m}",
43       "dependencies": {
44         "BVSDK/Core": [
46         ]
47       }
48     },
49     {
50       "name": "BVAdvertising",
51       "dependencies": {
52         "BVSDK/Core": [
54         ]
55       }
56     },
57     {
58       "name": "BVRecommendations",
59       "source_files": "Pod/BVRecommendations/**/*.{h,m}",
60       "dependencies": {
61         "BVSDK/Core": [
63         ]
64       }
65     },
66     {
67       "name": "BVCurations",
68       "source_files": "Pod/BVCurations/**/*.{h,m}",
69       "dependencies": {
70         "BVSDK/Core": [
72         ]
73       }
74     },
75     {
76       "name": "BVCurationsUI",
77       "source_files": "Pod/BVCurationsUI/**/*.{h,m}",
78       "dependencies": {
79         "BVSDK/BVCurations": [
81         ]
82       },
83       "resources": [
84         "Pod/BVCurationsUI/Assets/*.xcassets"
85       ]
86     },
87     {
88       "name": "BVLocation",
89       "source_files": "Pod/BVLocation/**/*.{h,m}",
90       "vendored_frameworks": "Pod/Frameworks/Gimbal.framework",
91       "libraries": "z",
92       "dependencies": {
93         "BVSDK/Core": [
95         ]
96       }
97     },
98     {
99       "name": "BVPIN",
100       "source_files": "Pod/BVPIN/**/*.{h,m}",
101       "dependencies": {
102         "BVSDK/Core": [
104         ]
105       }
106     },
107     {
108       "name": "BVNotifications",
109       "source_files": [
110         "Pod/BVNotifications/**/*.{h,m}",
111         "Pod/BVAnalytics/**/*.{h,m}",
112         "Pod/BVConversations/**/*.{h,m}",
113         "Pod/BVCommon/*.{h,m}",
114         "Pod/BVCommon/Private/*.{h,m}",
115         "Pod/BVCommon/Notifications/BVNotificationCenterObject.h",
116         "Pod/BVCommon/Notifications/BVStoreReviewRichNotificationCenter.{h,m}",
117         "Pod/BVCommon/Notifications/BVNotificationConstants.h",
118         "Pod/BVCommon/Notifications/BVPIN.{h,m}"
119       ],
120       "resources": [
121         "Pod/BVNotifications/mapThumbnail.png"
122       ],
123       "dependencies": {
124         "BVSDK/BVLocation": [
126         ],
127         "BVSDK/BVPIN": [
129         ]
130       }
131     }
132   ]