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 "documentation_url": "http://documentation.appboy.com/",
23 "SystemConfiguration",
35 "requires_arc": false,
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": "AppboyKit/AppboyKit.framework"
52 "preserve_paths": "AppboyKit/**/*.*",
53 "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
61 "name": "AppboyKitWithoutFacebookSupport",
63 "AppboyKitWithoutFacebookSupport/AppboyKit.framework/**/*.h",
64 "AppboyKitWithoutFacebookSupport/*.m"
66 "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
68 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\"",
69 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\""
71 "libraries": "AppboyKitLibrary",
73 "AppboyKit.framework": "AppboyKitWithoutFacebookSupport/AppboyKit.framework"
75 "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
76 "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a"