[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 3.14.1 / Appboy-iOS-SDK.podspec.json
blob974d0c609eefcb3529752be43376317c83d31539
2   "name": "Appboy-iOS-SDK",
3   "version": "3.14.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     "git": "https://github.com/Appboy/appboy-ios-sdk.git",
15     "tag": "3.14.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "documentation_url": "http://documentation.braze.com/",
22   "exclude_files": "AppboyKit/**/*.txt",
23   "preserve_paths": "AppboyKit/**/*.*",
24   "pod_target_xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "default_subspecs": "UI",
28   "subspecs": [
29     {
30       "name": "Core",
31       "ios": {
32         "libraries": "z"
33       },
34       "frameworks": [
35         "SystemConfiguration",
36         "QuartzCore",
37         "CoreText",
38         "WebKit"
39       ],
40       "source_files": [
41         "AppboyKit/headers/AppboyKitLibrary/*.h",
42         "AppboyKit/ABKIdentifierForAdvertisingProvider.m",
43         "AppboyKit/ABKModalWebViewController.m",
44         "AppboyKit/ABKNoConnectionLocalization.m",
45         "AppboyKit/ABKLocationManagerProvider.m"
46       ],
47       "resources": "AppboyKit/Appboy.bundle",
48       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
49       "weak_frameworks": [
50         "CoreTelephony",
51         "Social",
52         "Accounts",
53         "AdSupport",
54         "UserNotifications"
55       ]
56     },
57     {
58       "name": "UI",
59       "dependencies": {
60         "Appboy-iOS-SDK/NewsFeed": [
62         ],
63         "Appboy-iOS-SDK/Feedback": [
65         ],
66         "Appboy-iOS-SDK/InAppMessage": [
68         ],
69         "Appboy-iOS-SDK/ContentCards": [
71         ],
72         "Appboy-iOS-SDK/Core": [
74         ]
75       }
76     },
77     {
78       "name": "Feedback",
79       "source_files": [
80         "AppboyUI/ABKFeedback/ViewControllers/*.*",
81         "AppboyUI/ABKFeedback/AppboyFeedback.h",
82         "AppboyUI/ABKUIUtils/**/*.*"
83       ],
84       "resources": "AppboyUI/ABKFeedback/Resources/**/*.*",
85       "dependencies": {
86         "Appboy-iOS-SDK/Core": [
88         ]
89       }
90     },
91     {
92       "name": "NewsFeed",
93       "source_files": [
94         "AppboyUI/ABKNewsFeed/*.*",
95         "AppboyUI/ABKNewsFeed/ViewControllers/**/*.*",
96         "AppboyUI/ABKUIUtils/**/*.*",
97         "AppboyKit/ABKSDWebImageProxy.m"
98       ],
99       "resources": "AppboyUI/ABKNewsFeed/Resources/**/*.*",
100       "dependencies": {
101         "Appboy-iOS-SDK/Core": [
103         ],
104         "SDWebImage/GIF": [
105           "~>4.0"
106         ]
107       }
108     },
109     {
110       "name": "InAppMessage",
111       "source_files": [
112         "AppboyUI/ABKUIUtils/**/*.*",
113         "AppboyUI/ABKInAppMessage/*.*",
114         "AppboyUI/ABKInAppMessage/ViewControllers/*.*",
115         "AppboyKit/ABKSDWebImageProxy.m"
116       ],
117       "resources": "AppboyUI/ABKInAppMessage/Resources/*.*",
118       "dependencies": {
119         "Appboy-iOS-SDK/Core": [
121         ],
122         "SDWebImage/GIF": [
123           "~>4.0"
124         ]
125       }
126     },
127     {
128       "name": "ContentCards",
129       "source_files": [
130         "AppboyUI/ABKContentCards/*.*",
131         "AppboyUI/ABKContentCards/ViewControllers/**/*.*",
132         "AppboyUI/ABKUIUtils/**/*.*",
133         "AppboyKit/ABKSDWebImageProxy.m"
134       ],
135       "resources": "AppboyUI/ABKContentCards/Resources/**/*.*",
136       "dependencies": {
137         "Appboy-iOS-SDK/Core": [
139         ],
140         "SDWebImage/GIF": [
141           "~>4.0"
142         ]
143       }
144     }
145   ]