[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 4.2.1 / BVSDK.podspec.json
blob91d2519b398a31783ef234d5e9484f27825e6054
2   "name": "BVSDK",
3   "version": "4.2.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": "4.2.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": "BVLocation",
70       "source_files": "Pod/BVLocation/**/*.{h,m}",
71       "vendored_frameworks": "Pod/Frameworks/Gimbal.framework",
72       "libraries": "z",
73       "dependencies": {
74         "BVSDK/Core": [
76         ]
77       }
78     }
79   ]