[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.30.0 / Appboy-iOS-SDK.podspec.json
blob664e484d6d39b5888a6f3a2832981b0e8c3fa34e
2   "name": "Appboy-iOS-SDK",
3   "version": "2.30.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": "2.30.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       ],
62       "resources": "AppboyKit/Appboy.bundle",
63       "dependencies": {
64         "SDWebImage/GIF": [
65           "~>4.0"
66         ],
67         "Appboy-iOS-SDK/Core": [
69         ]
70       }
71     }
72   ]