[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.11.0 / Appboy-iOS-SDK.podspec.json
blobf7daf0834935d207c7f1ef78271ce99422c6a68c
2   "name": "Appboy-iOS-SDK",
3   "version": "2.11.0",
4   "summary": "This is the Appboy iOS SDK for Mobile Marketing Automation",
5   "homepage": "http://www.appboy.com",
6   "license": {
7     "type": "Commercial",
8     "text": "Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE"
9   },
10   "authors": {
11     "Appboy": "http://www.appboy.com"
12   },
13   "source": {
14     "git": "https://github.com/Appboy/appboy-ios-sdk.git",
15     "tag": "2.11.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": false,
21   "documentation_url": "http://documentation.appboy.com/",
22   "frameworks": [
23     "SystemConfiguration",
24     "QuartzCore",
25     "CoreImage",
26     "CoreText"
27   ],
28   "weak_frameworks": [
29     "CoreTelephony",
30     "Social",
31     "Accounts",
32     "AdSupport",
33     "StoreKit"
34   ],
35   "source_files": [
36     "AppboyKit/headers/AppboyKitLibrary/*.h",
37     "AppboyKit/*.m"
38   ],
39   "exclude_files": "AppboyKit/**/*.txt",
40   "resources": "AppboyKit/Appboy.bundle",
41   "preserve_paths": "AppboyKit/**/*.*",
42   "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
43   "dependencies": {
44     "SDWebImage": [
45       "~>3.7.0"
46     ]
47   },
48   "default_subspecs": "AppboyKit",
49   "subspecs": [
50     {
51       "name": "AppboyKit",
52       "source_files": [
53         "AppboyKit/headers/AppboyKitLibrary/*.h",
54         "AppboyKit/*.m"
55       ],
56       "resources": "AppboyKit/Appboy.bundle",
57       "preserve_paths": "AppboyKit/**/*.*",
58       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a"
59     },
60     {
61       "name": "AppboyKitWithoutFacebookSupport",
62       "source_files": [
63         "AppboyKit/headers/AppboyKitLibrary/*.h",
64         "AppboyKit/*.m"
65       ],
66       "resources": "AppboyKit/Appboy.bundle",
67       "preserve_paths": "AppboyKit/**/*.*",
68       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a"
69     }
70   ]