[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 8.9.1 / BVSDK.podspec.json
blob4530d91940ce2cb39372ef0f07a15fe1e544b037
2   "name": "BVSDK",
3   "version": "8.9.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": "8.9.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": "BVCommon",
24   "subspecs": [
25     {
26       "name": "BVCommon",
27       "source_files": [
28         "BVSDK/BVCommon/**/*.{h,m}",
29         "BVSDK/BVAnalytics/**/*.{h,m}"
30       ],
31       "private_header_files": [
32         "BVSDK/BVCommon/**/Private/*.{h}",
33         "BVSDK/BVAnalytics/**/Private/*.{h}"
34       ]
35     },
36     {
37       "name": "BVCommonUI",
38       "source_files": "BVSDK/BVCommonUI/**/*.{h,m}",
39       "private_header_files": "BVSDK/BVCommonUI/**/Private/*.{h}"
40     },
41     {
42       "name": "BVAnalytics",
43       "dependencies": {
44         "BVSDK/BVCommon": [
46         ]
47       }
48     },
49     {
50       "name": "BVConversations",
51       "source_files": "BVSDK/BVConversations/**/*.{h,m}",
52       "private_header_files": "BVSDK/BVConversations/**/Private/*.{h}",
53       "dependencies": {
54         "BVSDK/BVCommon": [
56         ]
57       }
58     },
59     {
60       "name": "BVConversationsStores",
61       "source_files": "BVSDK/BVConversationsStores/**/*.{h,m}",
62       "private_header_files": "BVSDK/BVConversationsStores/**/Private/*.{h}",
63       "dependencies": {
64         "BVSDK/BVConversations": [
66         ]
67       }
68     },
69     {
70       "name": "BVConversationsUI",
71       "source_files": "BVSDK/BVConversationsUI/**/*.{h,m}",
72       "dependencies": {
73         "BVSDK/BVCommonUI": [
75         ],
76         "BVSDK/BVConversationsStores": [
78         ]
79       }
80     },
81     {
82       "name": "BVCurations",
83       "source_files": "BVSDK/BVCurations/**/*.{h,m}",
84       "dependencies": {
85         "BVSDK/BVCommon": [
87         ]
88       }
89     },
90     {
91       "name": "BVCurationsUI",
92       "source_files": "BVSDK/BVCurationsUI/**/*.{h,m}",
93       "dependencies": {
94         "BVSDK/BVCommon": [
96         ],
97         "BVSDK/BVCommonUI": [
99         ],
100         "BVSDK/BVCurations": [
102         ]
103       },
104       "resources": [
105         "BVSDK/BVCurationsUI/SocialMediaIcons/*.xcassets"
106       ]
107     },
108     {
109       "name": "BVNotifications",
110       "source_files": "BVSDK/BVNotifications/**/*.{h,m}",
111       "resources": [
112         "BVSDK/BVNotifications/mapThumbnail.png"
113       ],
114       "dependencies": {
115         "BVSDK/BVConversationsUI": [
117         ]
118       }
119     },
120     {
121       "name": "BVRecommendations",
122       "source_files": "BVSDK/BVRecommendations/**/*.{h,m}",
123       "private_header_files": "BVSDK/BVRecommendations/**/Private/*.{h}",
124       "dependencies": {
125         "BVSDK/BVCommon": [
127         ]
128       }
129     }
130   ]