[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.29.0 / Appboy-iOS-SDK.podspec.json
blob37bd87edce9bc4de93b86d3a0079494c895c4e74
2   "name": "Appboy-iOS-SDK",
3   "version": "2.29.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.29.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       ],
39       "source_files": [
40         "AppboyKit/headers/AppboyKitLibrary/*.h",
41         "AppboyKit/ABKIdentifierForAdvertisingProvider.m"
42       ],
43       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
44       "weak_frameworks": [
45         "CoreTelephony",
46         "Social",
47         "Accounts",
48         "AdSupport",
49         "StoreKit",
50         "UserNotifications"
51       ],
52       "resources": "AppboyKit/Appboy.bundle"
53     },
54     {
55       "name": "UI",
56       "ios": {
57         "libraries": "z"
58       },
59       "frameworks": [
60         "SystemConfiguration",
61         "QuartzCore",
62         "CoreImage",
63         "CoreText"
64       ],
65       "source_files": [
66         "AppboyKit/headers/AppboyKitLibrary/*.h",
67         "AppboyKit/*.m"
68       ],
69       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
70       "weak_frameworks": [
71         "CoreTelephony",
72         "Social",
73         "Accounts",
74         "AdSupport",
75         "StoreKit",
76         "UserNotifications"
77       ],
78       "resources": "AppboyKit/Appboy.bundle",
79       "dependencies": {
80         "SDWebImage/GIF": [
81           "~>4.0"
82         ]
83       }
84     }
85   ]