[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.4 / Appboy-iOS-SDK.podspec.json
blob3a2f4894f6db39361e1a60352ef21612105bc360
2   "name": "Appboy-iOS-SDK",
3   "version": "2.4",
4   "summary": "This is the Appboy iOS SDK for Mobile Marketing Automation",
5   "description": "                    This pod has two subspecs, please ensure you only choose one of them when you are adding Appboy-iOS-SDK pod to your podfile by:\n\n                    pod 'Appboy-iOS-SDK/AppboyKit'\n                    * This requires Facebook-iOS-SDK in the workspace. Installing this pod will automatically install Facebook-iOS-SDK is it's not incluced in the workspace.\n\n\n                    pod 'Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport'\n\n\n                    Warning: Integrating both pods will cause the SDK to be integrated twice which will cause errors!\n",
6   "homepage": "http://www.appboy.com",
7   "license": {
8     "type": "Commercial",
9     "text": "Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE"
10   },
11   "authors": {
12     "Appboy": "http://www.appboy.com"
13   },
14   "source": {
15     "git": "https://github.com/Appboy/appboy-ios-sdk.git",
16     "tag": "2.4"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "documentation_url": "http://documentation.appboy.com/",
22   "frameworks": [
23     "SystemConfiguration",
24     "QuartzCore",
25     "CoreImage"
26   ],
27   "weak_frameworks": [
28     "CoreTelephony",
29     "Social",
30     "Twitter",
31     "Accounts",
32     "AdSupport",
33     "StoreKit"
34   ],
35   "requires_arc": false,
36   "subspecs": [
37     {
38       "name": "AppboyKit",
39       "source_files": [
40         "AppboyKit/AppboyKit.framework/**/*.h",
41         "AppboyKit/*.m"
42       ],
43       "exclude_files": "AppboyKit/**/*.txt",
44       "xcconfig": {
45         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKit\"",
46         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKit\""
47       },
48       "libraries": "AppboyKitLibrary",
49       "resource_bundles": {
50         "AppboyKit.framework": "AppboyKit/AppboyKit.framework"
51       },
52       "preserve_paths": "AppboyKit/**/*.*",
53       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
54       "dependencies": {
55         "Facebook-iOS-SDK": [
57         ]
58       }
59     },
60     {
61       "name": "AppboyKitWithoutFacebookSupport",
62       "source_files": [
63         "AppboyKitWithoutFacebookSupport/AppboyKit.framework/**/*.h",
64         "AppboyKitWithoutFacebookSupport/*.m"
65       ],
66       "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
67       "xcconfig": {
68         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\"",
69         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\""
70       },
71       "libraries": "AppboyKitLibrary",
72       "resource_bundles": {
73         "AppboyKit.framework": "AppboyKitWithoutFacebookSupport/AppboyKit.framework"
74       },
75       "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
76       "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a"
77     }
78   ]