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/headers/AppboyKitLibrary/*.h",
43 "exclude_files": "AppboyKit/**/*.txt",
44 "resources": "AppboyKit/Appboy.bundle",
45 "preserve_paths": "AppboyKit/**/*.*",
46 "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
57 "name": "AppboyKitWithoutFacebookSupport",
59 "AppboyKitWithoutFacebookSupport/headers/AppboyKitLibrary/*.h",
60 "AppboyKitWithoutFacebookSupport/*.m"
62 "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
63 "resources": "AppboyKitWithoutFacebookSupport/Appboy.bundle",
64 "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
65 "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a",