[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 3.7.1 / Appboy-iOS-SDK.podspec.json
blobfbb67ad7be1586c3f158f728487d907076c21ad7
2   "name": "Appboy-iOS-SDK",
3   "version": "3.7.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.7.1"
16   },
17   "platforms": {
18     "ios": "8.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/Core": [
71         ]
72       }
73     },
74     {
75       "name": "Feedback",
76       "source_files": [
77         "AppboyUI/ABKFeedbackViewController/FeedbackViewController/*.*",
78         "AppboyUI/ABKFeedbackViewController/AppboyFeedback.h",
79         "AppboyUI/ABKUIUtils/**/*.*"
80       ],
81       "resources": "AppboyUI/ABKFeedbackViewController/Feedback_Resources/**/*.*",
82       "dependencies": {
83         "Appboy-iOS-SDK/Core": [
85         ]
86       }
87     },
88     {
89       "name": "NewsFeed",
90       "source_files": [
91         "AppboyUI/ABKFeedViewController/FeedViewController/**/*.*",
92         "AppboyUI/ABKUIUtils/**/*.*",
93         "AppboyKit/ABKSDWebImageProxy.m"
94       ],
95       "resources": "AppboyUI/ABKFeedViewController/Feed_Resources/**/*.*",
96       "dependencies": {
97         "Appboy-iOS-SDK/Core": [
99         ],
100         "SDWebImage/GIF": [
101           "~>4.0"
102         ]
103       },
104       "weak_frameworks": "StoreKit"
105     },
106     {
107       "name": "InAppMessage",
108       "source_files": [
109         "AppboyUI/ABKUIUtils/**/*.*",
110         "AppboyUI/InAppMessage/*.*",
111         "AppboyUI/InAppMessage/ViewControllers/*.*",
112         "AppboyKit/ABKSDWebImageProxy.m"
113       ],
114       "resources": "AppboyUI/InAppMessage/Resources/*.*",
115       "dependencies": {
116         "Appboy-iOS-SDK/Core": [
118         ],
119         "SDWebImage/GIF": [
120           "~>4.0"
121         ]
122       }
123     }
124   ]