[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 8 / 4 / Appboy-iOS-SDK / 2.12.2 / Appboy-iOS-SDK.podspec.json
blob29236c2a6bf7545008045663c3761b50dd5a7b4e
2   "name": "Appboy-iOS-SDK",
3   "version": "2.12.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.12.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     "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   }