[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 3.23.0 / Appboy-iOS-SDK.podspec.json
blobadd4d811e91be7bd1e56f97c8935300c7e93314f
2   "name": "Appboy-iOS-SDK",
3   "version": "3.23.0",
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.23.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "documentation_url": "https://www.braze.com/docs",
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/InAppMessage": [
65         ],
66         "Appboy-iOS-SDK/ContentCards": [
68         ],
69         "Appboy-iOS-SDK/Core": [
71         ]
72       }
73     },
74     {
75       "name": "NewsFeed",
76       "source_files": [
77         "AppboyUI/ABKNewsFeed/*.*",
78         "AppboyUI/ABKNewsFeed/ViewControllers/**/*.*",
79         "AppboyUI/ABKUIUtils/**/*.*",
80         "AppboyKit/ABKSDWebImageProxy.m"
81       ],
82       "resources": "AppboyUI/ABKNewsFeed/Resources/**/*.*",
83       "dependencies": {
84         "Appboy-iOS-SDK/Core": [
86         ],
87         "SDWebImage": [
88           "~>5.0"
89         ]
90       }
91     },
92     {
93       "name": "InAppMessage",
94       "source_files": [
95         "AppboyUI/ABKUIUtils/**/*.*",
96         "AppboyUI/ABKInAppMessage/*.*",
97         "AppboyUI/ABKInAppMessage/ViewControllers/*.*",
98         "AppboyKit/ABKSDWebImageProxy.m"
99       ],
100       "resources": "AppboyUI/ABKInAppMessage/Resources/*.*",
101       "dependencies": {
102         "Appboy-iOS-SDK/Core": [
104         ],
105         "SDWebImage": [
106           "~>5.0"
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.0"
125         ]
126       }
127     }
128   ]