[Add] DriveKitDriverAchievement 2.9.1
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 4.0.0-beta1 / Appboy-iOS-SDK.podspec.json
blobc0b0b74e7da528e9dd3d1626ea455dc91bcb6003
2   "name": "Appboy-iOS-SDK",
3   "version": "4.0.0-beta1",
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.0.0-beta1/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/headers/AppboyKitLibrary/*.h",
41         "AppboyKit/ABKModalWebViewController.m",
42         "AppboyKit/ABKNoConnectionLocalization.m",
43         "AppboyKit/ABKLocationManagerProvider.m"
44       ],
45       "resources": "AppboyKit/Appboy.bundle",
46       "vendored_frameworks": "AppboyKit/AppboyKitLibrary.xcframework",
47       "weak_frameworks": [
48         "CoreTelephony",
49         "Social",
50         "Accounts",
51         "AdSupport",
52         "UserNotifications"
53       ]
54     },
55     {
56       "name": "UI",
57       "dependencies": {
58         "Appboy-iOS-SDK/NewsFeed": [
60         ],
61         "Appboy-iOS-SDK/InAppMessage": [
63         ],
64         "Appboy-iOS-SDK/ContentCards": [
66         ],
67         "Appboy-iOS-SDK/Core": [
69         ]
70       }
71     },
72     {
73       "name": "NewsFeed",
74       "source_files": [
75         "AppboyUI/ABKNewsFeed/*.*",
76         "AppboyUI/ABKNewsFeed/ViewControllers/**/*.*",
77         "AppboyUI/ABKUIUtils/**/*.*",
78         "AppboyKit/ABKSDWebImageProxy.m"
79       ],
80       "resources": "AppboyUI/ABKNewsFeed/Resources/**/*.*",
81       "dependencies": {
82         "Appboy-iOS-SDK/Core": [
84         ],
85         "SDWebImage": [
86           ">= 5.8.2",
87           "< 6"
88         ]
89       }
90     },
91     {
92       "name": "InAppMessage",
93       "source_files": [
94         "AppboyUI/ABKUIUtils/**/*.*",
95         "AppboyUI/ABKInAppMessage/*.*",
96         "AppboyUI/ABKInAppMessage/ViewControllers/*.*",
97         "AppboyKit/ABKSDWebImageProxy.m"
98       ],
99       "resources": "AppboyUI/ABKInAppMessage/Resources/*.*",
100       "dependencies": {
101         "Appboy-iOS-SDK/Core": [
103         ],
104         "SDWebImage": [
105           ">= 5.8.2",
106           "< 6"
107         ]
108       }
109     },
110     {
111       "name": "ContentCards",
112       "source_files": [
113         "AppboyUI/ABKContentCards/*.*",
114         "AppboyUI/ABKContentCards/ViewControllers/**/*.*",
115         "AppboyUI/ABKUIUtils/**/*.*",
116         "AppboyKit/ABKSDWebImageProxy.m"
117       ],
118       "resources": "AppboyUI/ABKContentCards/Resources/**/*.*",
119       "dependencies": {
120         "Appboy-iOS-SDK/Core": [
122         ],
123         "SDWebImage": [
124           ">= 5.8.2",
125           "< 6"
126         ]
127       }
128     }
129   ]