[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 8.0.0 / BVSDK.podspec.json
blob06aeb6e3350e7177d69a42a19e5791ef80878802
2   "name": "BVSDK",
3   "version": "8.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": "8.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": "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": [
62         "BVSDK/BVConversationsStores/**/*.{h,m}",
63         "BVSDK/BVConversations/**/Private/*.{h,m}"
64       ],
65       "private_header_files": "BVSDK/BVConversationsStores/**/Private/*.{h}",
66       "dependencies": {
67         "BVSDK/BVCommon": [
69         ],
70         "BVSDK/BVConversations": [
72         ]
73       }
74     },
75     {
76       "name": "BVConversationsUI",
77       "source_files": "BVSDK/BVConversationsUI/**/*.{h,m}",
78       "dependencies": {
79         "BVSDK/BVCommon": [
81         ],
82         "BVSDK/BVCommonUI": [
84         ],
85         "BVSDK/BVConversationsStores": [
87         ]
88       }
89     },
90     {
91       "name": "BVCurations",
92       "source_files": "BVSDK/BVCurations/**/*.{h,m}",
93       "dependencies": {
94         "BVSDK/BVCommon": [
96         ]
97       }
98     },
99     {
100       "name": "BVCurationsUI",
101       "source_files": "BVSDK/BVCurationsUI/**/*.{h,m}",
102       "dependencies": {
103         "BVSDK/BVCommon": [
105         ],
106         "BVSDK/BVCommonUI": [
108         ],
109         "BVSDK/BVCurations": [
111         ]
112       },
113       "resources": [
114         "BVSDK/BVCurationsUI/SocialMediaIcons/*.xcassets"
115       ]
116     },
117     {
118       "name": "BVNotifications",
119       "source_files": [
120         "BVSDK/BVNotifications/**/*.{h,m}",
121         "BVSDK/BVCommon/Private/*.{h,m}"
122       ],
123       "resources": [
124         "BVSDK/BVNotifications/mapThumbnail.png"
125       ],
126       "dependencies": {
127         "BVSDK/BVCommon": [
129         ],
130         "BVSDK/BVConversationsUI": [
132         ]
133       }
134     },
135     {
136       "name": "BVRecommendations",
137       "source_files": "BVSDK/BVRecommendations/**/*.{h,m}",
138       "private_header_files": "BVSDK/BVRecommendations/**/Private/*.{h}",
139       "dependencies": {
140         "BVSDK/BVCommon": [
142         ]
143       }
144     }
145   ]