[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 4.3.1 / Appboy-iOS-SDK.podspec.json
blobfd27654b752f496ed79af3b48872bd1588e505d2
2   "name": "Appboy-iOS-SDK",
3   "version": "4.3.1",
4   "summary": "This is the Braze iOS SDK for Mobile Marketing Automation",
5   "homepage": "http://www.braze.com",
6   "license": {
7     "type": "Commercial",
8     "text": "Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE"
9   },
10   "authors": {
11     "Appboy": "http://www.braze.com"
12   },
13   "source": {
14     "http": "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.3.1/Appboy_iOS_SDK.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "documentation_url": "https://www.braze.com/docs",
21   "exclude_files": "AppboyKit/**/*.txt",
22   "preserve_paths": "AppboyKit/**/*.*",
23   "default_subspecs": "UI",
24   "pod_target_xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "ios": {
31         "libraries": "z"
32       },
33       "frameworks": [
34         "SystemConfiguration",
35         "QuartzCore",
36         "CoreText",
37         "WebKit"
38       ],
39       "source_files": [
40         "AppboyKit/include/*.h",
41         "AppboyKit/ABKModalWebViewController.m",
42         "AppboyKit/ABKNoConnectionLocalization.m",
43         "AppboyKit/ABKLocationManagerProvider.m"
44       ],
45       "resource_bundles": {
46         "Appboy": "AppboyKit/Appboy.bundle/*.lproj"
47       },
48       "vendored_frameworks": "AppboyKit/AppboyKitLibrary.xcframework",
49       "weak_frameworks": [
50         "CoreTelephony",
51         "UserNotifications"
52       ]
53     },
54     {
55       "name": "UI",
56       "dependencies": {
57         "Appboy-iOS-SDK/NewsFeed": [
59         ],
60         "Appboy-iOS-SDK/InAppMessage": [
62         ],
63         "Appboy-iOS-SDK/ContentCards": [
65         ],
66         "Appboy-iOS-SDK/Core": [
68         ]
69       }
70     },
71     {
72       "name": "NewsFeed",
73       "source_files": [
74         "AppboyUI/ABKNewsFeed/*.*",
75         "AppboyUI/ABKNewsFeed/ViewControllers/**/*.*",
76         "AppboyUI/ABKUIUtils/**/*.*",
77         "AppboyKit/ABKSDWebImageProxy.m"
78       ],
79       "resource_bundles": {
80         "AppboyUI.NewsFeed": "AppboyUI/ABKNewsFeed/Resources/**/*.*"
81       },
82       "dependencies": {
83         "Appboy-iOS-SDK/Core": [
85         ],
86         "SDWebImage": [
87           ">= 5.8.2",
88           "< 6"
89         ]
90       }
91     },
92     {
93       "name": "InAppMessage",
94       "source_files": [
95         "AppboyUI/ABKUIUtils/**/*.*",
96         "AppboyUI/ABKInAppMessage/*.*",
97         "AppboyUI/ABKInAppMessage/ViewControllers/*.*",
98         "AppboyKit/ABKSDWebImageProxy.m"
99       ],
100       "resource_bundles": {
101         "AppboyUI.InAppMessage": "AppboyUI/ABKInAppMessage/Resources/*.*"
102       },
103       "dependencies": {
104         "Appboy-iOS-SDK/Core": [
106         ],
107         "SDWebImage": [
108           ">= 5.8.2",
109           "< 6"
110         ]
111       }
112     },
113     {
114       "name": "ContentCards",
115       "source_files": [
116         "AppboyUI/ABKContentCards/*.*",
117         "AppboyUI/ABKContentCards/ViewControllers/**/*.*",
118         "AppboyUI/ABKUIUtils/**/*.*",
119         "AppboyKit/ABKSDWebImageProxy.m"
120       ],
121       "resource_bundles": {
122         "AppboyUI.ContentCards": "AppboyUI/ABKContentCards/Resources/**/*.*"
123       },
124       "dependencies": {
125         "Appboy-iOS-SDK/Core": [
127         ],
128         "SDWebImage": [
129           ">= 5.8.2",
130           "< 6"
131         ]
132       }
133     }
134   ]