2 "name": "Appboy-iOS-SDK",
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",
9 "text": "Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE"
12 "Appboy": "http://www.appboy.com"
15 "git": "https://github.com/Appboy/appboy-ios-sdk.git",
21 "requires_arc": false,
22 "documentation_url": "http://documentation.appboy.com/",
24 "SystemConfiguration",
40 "AppboyKit/AppboyKit.framework/**/*.h",
43 "exclude_files": "AppboyKit/**/*.txt",
45 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKit\"",
46 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKit\""
48 "libraries": "AppboyKitLibrary",
50 "AppboyKit.framework": [
51 "AppboyKit/AppboyKit.framework"
57 "preserve_paths": "AppboyKit/**/*.*",
58 "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
69 "name": "AppboyKitWithoutFacebookSupport",
71 "AppboyKitWithoutFacebookSupport/AppboyKit.framework/**/*.h",
72 "AppboyKitWithoutFacebookSupport/*.m"
74 "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
76 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\"",
77 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\""
79 "libraries": "AppboyKitLibrary",
81 "AppboyKit.framework": [
82 "AppboyKitWithoutFacebookSupport/AppboyKit.framework"
85 "AppboyKitWithoutFacebookSupport/*.lproj"
88 "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
89 "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a",