[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.9.4 / Appboy-iOS-SDK.podspec.json
blob9843fb6bb25b665dcf664de281cc8c66a55bc9a2
2   "name": "Appboy-iOS-SDK",
3   "version": "2.9.4",
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.9.4"
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/headers/AppboyKitLibrary/*.h",
41         "AppboyKit/*.m"
42       ],
43       "exclude_files": "AppboyKit/**/*.txt",
44       "resources": "AppboyKit/Appboy.bundle",
45       "preserve_paths": "AppboyKit/**/*.*",
46       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
47       "dependencies": {
48         "Facebook-iOS-SDK": [
49           "~> 3.16.2"
50         ],
51         "SDWebImage": [
52           ">= 3.7.0"
53         ]
54       }
55     },
56     {
57       "name": "AppboyKitWithoutFacebookSupport",
58       "source_files": [
59         "AppboyKitWithoutFacebookSupport/headers/AppboyKitLibrary/*.h",
60         "AppboyKitWithoutFacebookSupport/*.m"
61       ],
62       "exclude_files": "AppboyKitWithoutFacebookSupport/**/*.txt",
63       "resources": "AppboyKitWithoutFacebookSupport/Appboy.bundle",
64       "preserve_paths": "AppboyKitWithoutFacebookSupport/**/*.*",
65       "vendored_libraries": "AppboyKitWithoutFacebookSupport/libAppboyKitLibrary.a",
66       "dependencies": {
67         "SDWebImage": [
68           ">= 3.7.0"
69         ]
70       }
71     }
72   ]