[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 3.24.2 / Appboy-iOS-SDK.podspec.json
blobce4c55968a6a0bcc1b9057ef738400fd94ecd629
2   "name": "Appboy-iOS-SDK",
3   "version": "3.24.2",
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/3.24.2/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   "pod_target_xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC"
25   },
26   "default_subspecs": "UI",
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/ABKIdentifierForAdvertisingProvider.m",
42         "AppboyKit/ABKModalWebViewController.m",
43         "AppboyKit/ABKNoConnectionLocalization.m",
44         "AppboyKit/ABKLocationManagerProvider.m"
45       ],
46       "resources": "AppboyKit/Appboy.bundle",
47       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
48       "weak_frameworks": [
49         "CoreTelephony",
50         "Social",
51         "Accounts",
52         "AdSupport",
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       "resources": "AppboyUI/ABKNewsFeed/Resources/**/*.*",
82       "dependencies": {
83         "Appboy-iOS-SDK/Core": [
85         ],
86         "SDWebImage": [
87           "~>5.0"
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.0"
106         ]
107       }
108     },
109     {
110       "name": "ContentCards",
111       "source_files": [
112         "AppboyUI/ABKContentCards/*.*",
113         "AppboyUI/ABKContentCards/ViewControllers/**/*.*",
114         "AppboyUI/ABKUIUtils/**/*.*",
115         "AppboyKit/ABKSDWebImageProxy.m"
116       ],
117       "resources": "AppboyUI/ABKContentCards/Resources/**/*.*",
118       "dependencies": {
119         "Appboy-iOS-SDK/Core": [
121         ],
122         "SDWebImage": [
123           "~>5.0"
124         ]
125       }
126     }
127   ]