[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 3.27.0-beta2 / Appboy-iOS-SDK.podspec.json
blob1f116a8901fc29ea7871af6cea1f490f220d02c2
2   "name": "Appboy-iOS-SDK",
3   "version": "3.27.0-beta2",
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.27.0-beta2/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     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "ios": {
35         "libraries": "z"
36       },
37       "frameworks": [
38         "SystemConfiguration",
39         "QuartzCore",
40         "CoreText",
41         "WebKit"
42       ],
43       "source_files": [
44         "AppboyKit/headers/AppboyKitLibrary/*.h",
45         "AppboyKit/ABKIdentifierForAdvertisingProvider.m",
46         "AppboyKit/ABKModalWebViewController.m",
47         "AppboyKit/ABKNoConnectionLocalization.m",
48         "AppboyKit/ABKLocationManagerProvider.m"
49       ],
50       "resources": "AppboyKit/Appboy.bundle",
51       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
52       "weak_frameworks": [
53         "CoreTelephony",
54         "Social",
55         "Accounts",
56         "AdSupport",
57         "UserNotifications"
58       ]
59     },
60     {
61       "name": "UI",
62       "dependencies": {
63         "Appboy-iOS-SDK/NewsFeed": [
65         ],
66         "Appboy-iOS-SDK/InAppMessage": [
68         ],
69         "Appboy-iOS-SDK/ContentCards": [
71         ],
72         "Appboy-iOS-SDK/Core": [
74         ]
75       }
76     },
77     {
78       "name": "NewsFeed",
79       "source_files": [
80         "AppboyUI/ABKNewsFeed/*.*",
81         "AppboyUI/ABKNewsFeed/ViewControllers/**/*.*",
82         "AppboyUI/ABKUIUtils/**/*.*",
83         "AppboyKit/ABKSDWebImageProxy.m"
84       ],
85       "resources": "AppboyUI/ABKNewsFeed/Resources/**/*.*",
86       "dependencies": {
87         "Appboy-iOS-SDK/Core": [
89         ],
90         "SDWebImage": [
91           "~>5.8.2"
92         ]
93       }
94     },
95     {
96       "name": "InAppMessage",
97       "source_files": [
98         "AppboyUI/ABKUIUtils/**/*.*",
99         "AppboyUI/ABKInAppMessage/*.*",
100         "AppboyUI/ABKInAppMessage/ViewControllers/*.*",
101         "AppboyKit/ABKSDWebImageProxy.m"
102       ],
103       "resources": "AppboyUI/ABKInAppMessage/Resources/*.*",
104       "dependencies": {
105         "Appboy-iOS-SDK/Core": [
107         ],
108         "SDWebImage": [
109           "~>5.8.2"
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       "resources": "AppboyUI/ABKContentCards/Resources/**/*.*",
122       "dependencies": {
123         "Appboy-iOS-SDK/Core": [
125         ],
126         "SDWebImage": [
127           "~>5.8.2"
128         ]
129       }
130     }
131   ]