[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 3.0.0 / Appboy-iOS-SDK.podspec.json
blob92deb68484cf99c50d1ac2e7204bec696f2c9fdc
2   "name": "Appboy-iOS-SDK",
3   "version": "3.0.0",
4   "summary": "This is the Appboy iOS SDK for Mobile Marketing Automation",
5   "homepage": "http://www.appboy.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.appboy.com"
12   },
13   "source": {
14     "git": "https://github.com/Appboy/appboy-ios-sdk.git",
15     "tag": "3.0.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "documentation_url": "http://documentation.appboy.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       ],
46       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
47       "weak_frameworks": [
48         "CoreTelephony",
49         "Social",
50         "Accounts",
51         "AdSupport",
52         "StoreKit",
53         "UserNotifications"
54       ]
55     },
56     {
57       "name": "UI",
58       "source_files": [
59         "AppboyKit/headers/AppboyKitLibrary/*.h",
60         "AppboyKit/*.m",
61         "AppboyUI/ABKFeedbackViewController/FeedbackViewController/*.*",
62         "AppboyUI/ABKUIUtils/**/*.*"
63       ],
64       "resources": [
65         "AppboyKit/Appboy.bundle",
66         "AppboyUI/ABKFeedbackViewController/Feedback_Resources/**/*.*"
67       ],
68       "dependencies": {
69         "SDWebImage/GIF": [
70           "~>4.0"
71         ],
72         "Appboy-iOS-SDK/Core": [
74         ]
75       }
76     },
77     {
78       "name": "Feedback",
79       "source_files": [
80         "AppboyKit/headers/AppboyKitLibrary/*.h",
81         "AppboyKit/ABKIdentifierForAdvertisingProvider.m",
82         "AppboyKit/ABKModalWebViewController.m",
83         "AppboyKit/ABKNoConnectionLocalization.m",
84         "AppboyUI/ABKFeedbackViewController/FeedbackViewController/*.*",
85         "AppboyUI/ABKUIUtils/**/*.*"
86       ],
87       "resources": "AppboyUI/ABKFeedbackViewController/Feedback_Resources/**/*.*",
88       "dependencies": {
89         "Appboy-iOS-SDK/Core": [
91         ]
92       }
93     }
94   ]