[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.7 / Appboy-iOS-SDK.podspec.json
blobf63a658d60b17abbcf80c3603468caf0b1f591a2
2   "name": "Appboy-iOS-SDK",
3   "version": "2.7",
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.7"
17   },
18   "platforms": {
19     "ios": "5.1.1"
20   },
21   "requires_arc": false,
22   "documentation_url": "http://documentation.appboy.com/",
23   "frameworks": [
24     "SystemConfiguration",
25     "QuartzCore",
26     "CoreImage"
27   ],
28   "weak_frameworks": [
29     "CoreTelephony",
30     "Social",
31     "Twitter",
32     "Accounts",
33     "AdSupport",
34     "StoreKit"
35   ],
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         "SDWebImage": [
65         ]
66       }
67     },
68     {
69       "name": "AppboyKitWithoutFacebookSupport",
70       "source_files": [
71         "AppboyKitWithoutFacebookSupport/AppboyKit.framework/**/*.h",
72         "AppboyKitWithoutFacebookSupport/*.m"
73       ],
74       "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
75       "xcconfig": {
76         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\"",
77         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Appboy-iOS-SDK/AppboyKitWithoutFacebookSupport\""
78       },
79       "libraries": "AppboyKitLibrary",
80       "resource_bundles": {
81         "AppboyKit.framework": [
82           "AppboyKitWithoutFacebookSupport/AppboyKit.framework"
83         ],
84         "LanguageBundle": [
85           "AppboyKitWithoutFacebookSupport/*.lproj"
86         ]
87       },
88       "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
89       "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a",
90       "dependencies": {
91         "SDWebImage": [
93         ]
94       }
95     }
96   ]