[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.5.2 / Appboy-iOS-SDK.podspec.json
blob2196550b0e1e10ff2a72c80ec8ac1050a48ed7c0
2   "name": "Appboy-iOS-SDK",
3   "version": "2.5.2",
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.5.2"
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": [
51           "AppboyKit/AppboyKit.framework"
52         ],
53         "LanguageBundle": [
54           "AppboyKit/*.lproj"
55         ]
56       },
57       "preserve_paths": "AppboyKit/**/*.*",
58       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
59       "dependencies": {
60         "Facebook-iOS-SDK": [
62         ]
63       }
64     },
65     {
66       "name": "AppboyKitWithoutFacebookSupport",
67       "source_files": [
68         "AppboyKitWithoutFacebookSupport/AppboyKit.framework/**/*.h",
69         "AppboyKitWithoutFacebookSupport/*.m"
70       ],
71       "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
72       "xcconfig": {
73         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\"",
74         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\""
75       },
76       "libraries": "AppboyKitLibrary",
77       "resource_bundles": {
78         "AppboyKit.framework": [
79           "AppboyKitWithoutFacebookSupport/AppboyKit.framework"
80         ],
81         "LanguageBundle": [
82           "AppboyKitWithoutFacebookSupport/*.lproj"
83         ]
84       },
85       "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
86       "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a"
87     }
88   ]