[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.10.2 / Appboy-iOS-SDK.podspec.json
blob0db5b3fded2948f72290161e974afd9a845487fe
2   "name": "Appboy-iOS-SDK",
3   "version": "2.10.2",
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.10.2"
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   ],
27   "weak_frameworks": [
28     "CoreTelephony",
29     "Social",
30     "Accounts",
31     "AdSupport",
32     "StoreKit"
33   ],
34   "source_files": [
35     "AppboyKit/headers/AppboyKitLibrary/*.h",
36     "AppboyKit/*.m"
37   ],
38   "exclude_files": "AppboyKit/**/*.txt",
39   "resources": "AppboyKit/Appboy.bundle",
40   "preserve_paths": "AppboyKit/**/*.*",
41   "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
42   "dependencies": {
43     "SDWebImage": [
44       "~>3.7.0"
45     ]
46   },
47   "default_subspecs": "AppboyKit",
48   "subspecs": [
49     {
50       "name": "AppboyKit",
51       "source_files": [
52         "AppboyKit/headers/AppboyKitLibrary/*.h",
53         "AppboyKit/*.m"
54       ],
55       "resources": "AppboyKit/Appboy.bundle",
56       "preserve_paths": "AppboyKit/**/*.*",
57       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a"
58     },
59     {
60       "name": "AppboyKitWithoutFacebookSupport",
61       "source_files": [
62         "AppboyKit/headers/AppboyKitLibrary/*.h",
63         "AppboyKit/*.m"
64       ],
65       "resources": "AppboyKit/Appboy.bundle",
66       "preserve_paths": "AppboyKit/**/*.*",
67       "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a"
68     }
69   ]