[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.24.1 / Appboy-iOS-SDK.podspec.json
blob03e3e9d36f36542d814bd2c2f440b033f9dd91cc
2   "name": "Appboy-iOS-SDK",
3   "version": "2.24.1",
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.24.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "documentation_url": "http://documentation.appboy.com/",
22   "libraries": "z",
23   "frameworks": [
24     "SystemConfiguration",
25     "QuartzCore",
26     "CoreImage",
27     "CoreText"
28   ],
29   "weak_frameworks": [
30     "CoreTelephony",
31     "Social",
32     "Accounts",
33     "AdSupport",
34     "StoreKit",
35     "UserNotifications"
36   ],
37   "source_files": [
38     "AppboyKit/headers/AppboyKitLibrary/*.h",
39     "AppboyKit/*.m"
40   ],
41   "exclude_files": "AppboyKit/**/*.txt",
42   "resources": "AppboyKit/Appboy.bundle",
43   "preserve_paths": "AppboyKit/**/*.*",
44   "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
45   "dependencies": {
46     "SDWebImage": [
47       "~>3.7"
48     ]
49   }