[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 4.7.0 / Appboy-iOS-SDK.podspec.json
blob03eba2fa97682b360968ad695b5256a9f50bdde6
2   "name": "Appboy-iOS-SDK",
3   "version": "4.7.0",
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.7.0/Appboy_iOS_SDK.zip"
15   },
16   "platforms": {
17     "ios": "11.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": [
47           "AppboyKit/Appboy.bundle/*.{lproj,txt,xcprivacy}"
48         ]
49       },
50       "vendored_frameworks": "AppboyKit/AppboyKitLibrary.xcframework",
51       "weak_frameworks": [
52         "CoreTelephony",
53         "UserNotifications"
54       ]
55     },
56     {
57       "name": "UI",
58       "dependencies": {
59         "Appboy-iOS-SDK/NewsFeed": [
61         ],
62         "Appboy-iOS-SDK/InAppMessage": [
64         ],
65         "Appboy-iOS-SDK/ContentCards": [
67         ],
68         "Appboy-iOS-SDK/Core": [
70         ]
71       }
72     },
73     {
74       "name": "NewsFeed",
75       "source_files": [
76         "AppboyUI/ABKNewsFeed/*.*",
77         "AppboyUI/ABKNewsFeed/ViewControllers/**/*.*",
78         "AppboyUI/ABKUIUtils/**/*.*",
79         "AppboyKit/ABKSDWebImageProxy.m"
80       ],
81       "resource_bundles": {
82         "AppboyUI.NewsFeed": "AppboyUI/ABKNewsFeed/Resources/**/*.*"
83       },
84       "dependencies": {
85         "Appboy-iOS-SDK/Core": [
87         ],
88         "SDWebImage": [
89           ">= 5.18.7",
90           "< 6"
91         ]
92       }
93     },
94     {
95       "name": "InAppMessage",
96       "source_files": [
97         "AppboyUI/ABKUIUtils/**/*.*",
98         "AppboyUI/ABKInAppMessage/*.*",
99         "AppboyUI/ABKInAppMessage/ViewControllers/*.*",
100         "AppboyKit/ABKSDWebImageProxy.m"
101       ],
102       "resource_bundles": {
103         "AppboyUI.InAppMessage": "AppboyUI/ABKInAppMessage/Resources/*.*"
104       },
105       "dependencies": {
106         "Appboy-iOS-SDK/Core": [
108         ],
109         "SDWebImage": [
110           ">= 5.18.7",
111           "< 6"
112         ]
113       }
114     },
115     {
116       "name": "ContentCards",
117       "source_files": [
118         "AppboyUI/ABKContentCards/*.*",
119         "AppboyUI/ABKContentCards/ViewControllers/**/*.*",
120         "AppboyUI/ABKUIUtils/**/*.*",
121         "AppboyKit/ABKSDWebImageProxy.m"
122       ],
123       "resource_bundles": {
124         "AppboyUI.ContentCards": "AppboyUI/ABKContentCards/Resources/**/*.*"
125       },
126       "dependencies": {
127         "Appboy-iOS-SDK/Core": [
129         ],
130         "SDWebImage": [
131           ">= 5.18.7",
132           "< 6"
133         ]
134       }
135     }
136   ]