[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 0 / 9 / BVSDK / 6.9.0 / BVSDK.podspec.json
blob9f8b93daaa7e158e5cea2a2105e2302ab3affc91
2   "name": "BVSDK",
3   "version": "6.9.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": "6.9.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         "Pod/BVCommon/**/*.{h,m}",
29         "Pod/BVAnalytics/**/*.{h,m}"
30       ]
31     },
32     {
33       "name": "BVCommonUI",
34       "source_files": "Pod/BVCommonUI/**/*.{h,m}"
35     },
36     {
37       "name": "BVAnalytics",
38       "dependencies": {
39         "BVSDK/BVCommon": [
41         ]
42       }
43     },
44     {
45       "name": "BVConversations",
46       "source_files": "Pod/BVConversations/**/*.{h,m}",
47       "dependencies": {
48         "BVSDK/BVCommon": [
50         ]
51       }
52     },
53     {
54       "name": "BVConversationsStores",
55       "source_files": "Pod/BVConversationsStores/**/*.{h,m}",
56       "dependencies": {
57         "BVSDK/BVConversations": [
59         ]
60       }
61     },
62     {
63       "name": "BVConversationsUI",
64       "source_files": "Pod/BVConversationsUI/**/*.{h,m}",
65       "dependencies": {
66         "BVSDK/BVCommonUI": [
68         ],
69         "BVSDK/BVConversationsStores": [
71         ]
72       }
73     },
74     {
75       "name": "BVCurations",
76       "source_files": "Pod/BVCurations/**/*.{h,m}",
77       "dependencies": {
78         "BVSDK/BVCommon": [
80         ]
81       }
82     },
83     {
84       "name": "BVCurationsUI",
85       "source_files": "Pod/BVCurationsUI/**/*.{h,m}",
86       "dependencies": {
87         "BVSDK/BVCurations": [
89         ],
90         "BVSDK/BVCommonUI": [
92         ]
93       },
94       "resources": [
95         "Pod/BVCurationsUI/SocialMediaIcons/*.xcassets"
96       ]
97     },
98     {
99       "name": "BVNotifications",
100       "source_files": [
101         "Pod/BVNotifications/**/*.{h,m}",
102         "Pod/BVCommon/Private/*.{h,m}"
103       ],
104       "resources": [
105         "Pod/BVNotifications/mapThumbnail.png"
106       ],
107       "dependencies": {
108         "BVSDK/BVConversationsUI": [
110         ]
111       }
112     },
113     {
114       "name": "BVRecommendations",
115       "source_files": "Pod/BVRecommendations/**/*.{h,m}",
116       "dependencies": {
117         "BVSDK/BVCommon": [
119         ]
120       }
121     }
122   ]