[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 7.0.0 / BVSDK.podspec.json
bloba2438a558a9f2ca63f246fd4dd69eb6856d87eb7
2   "name": "BVSDK",
3   "version": "7.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": "7.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/BVConversations": [
69         ]
70       }
71     },
72     {
73       "name": "BVConversationsUI",
74       "source_files": "BVSDK/BVConversationsUI/**/*.{h,m}",
75       "dependencies": {
76         "BVSDK/BVCommonUI": [
78         ],
79         "BVSDK/BVConversationsStores": [
81         ]
82       }
83     },
84     {
85       "name": "BVCurations",
86       "source_files": "BVSDK/BVCurations/**/*.{h,m}",
87       "dependencies": {
88         "BVSDK/BVCommon": [
90         ]
91       }
92     },
93     {
94       "name": "BVCurationsUI",
95       "source_files": "BVSDK/BVCurationsUI/**/*.{h,m}",
96       "dependencies": {
97         "BVSDK/BVCurations": [
99         ],
100         "BVSDK/BVCommonUI": [
102         ]
103       },
104       "resources": [
105         "BVSDK/BVCurationsUI/SocialMediaIcons/*.xcassets"
106       ]
107     },
108     {
109       "name": "BVNotifications",
110       "source_files": [
111         "BVSDK/BVNotifications/**/*.{h,m}",
112         "BVSDK/BVCommon/Private/*.{h,m}"
113       ],
114       "resources": [
115         "BVSDK/BVNotifications/mapThumbnail.png"
116       ],
117       "dependencies": {
118         "BVSDK/BVConversationsUI": [
120         ]
121       }
122     },
123     {
124       "name": "BVRecommendations",
125       "source_files": "BVSDK/BVRecommendations/**/*.{h,m}",
126       "private_header_files": "BVSDK/BVRecommendations/**/Private/*.{h}",
127       "dependencies": {
128         "BVSDK/BVCommon": [
130         ]
131       }
132     }
133   ]