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": [
51 "AppboyKit/AppboyKit.framework"
57 "preserve_paths": "AppboyKit/**/*.*",
58 "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
66 "name": "AppboyKitWithoutFacebookSupport",
68 "AppboyKitWithoutFacebookSupport/AppboyKit.framework/**/*.h",
69 "AppboyKitWithoutFacebookSupport/*.m"
71 "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
73 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\"",
74 "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\""
76 "libraries": "AppboyKitLibrary",
78 "AppboyKit.framework": [
79 "AppboyKitWithoutFacebookSupport/AppboyKit.framework"
82 "AppboyKitWithoutFacebookSupport/*.lproj"
85 "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
86 "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a"