[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.22.0 / Appboy-iOS-SDK.podspec.json
blob488dda46b4133c3d90c1bd8593a3b781fd3dbb99
2   "name": "Appboy-iOS-SDK",
3   "version": "2.22.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.22.0"
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   ],
36   "source_files": [
37     "AppboyKit/headers/AppboyKitLibrary/*.h",
38     "AppboyKit/*.m"
39   ],
40   "exclude_files": "AppboyKit/**/*.txt",
41   "resources": "AppboyKit/Appboy.bundle",
42   "preserve_paths": "AppboyKit/**/*.*",
43   "vendored_libraries": "AppboyKit/libAppboyKitLibrary.a",
44   "dependencies": {
45     "SDWebImage": [
46       "~>3.7"
47     ]
48   }