[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / c / 2 / f / Sailthru_SDK_iOS / 3.4.0 / Sailthru_SDK_iOS.podspec.json
blob09873182954b9f1e2fe9ecea5d7d675f2c727f1d
2   "name": "Sailthru_SDK_iOS",
3   "license": {
4     "type": "Apache License, Version 2.0",
5     "file": "LICENSE.txt"
6   },
7   "version": "3.4.0",
8   "summary": "Supports Sailthru Push Notifications and Analytics.",
9   "homepage": "https://github.com/sailthru/sailthru-mobile-ios",
10   "authors": {
11     "Sailthru, Inc": "mobile@sailthru.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/sailthru/sailthru-mobile-ios.git",
18     "branch": "master",
19     "tag": "v3.4.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "ios7",
23   "description": "The SailthruSDK is provided to current Sailthru, Inc clients who have an iOS App. Clients\ncan use the SDK to register a user with Sailthru, and thus create the linkage necessary to \nsupport push notifications. The client app may optionally send tracking information, by sending\nin tags and URLs, and obtain recommendations (URLs) to show the user as desired.\n",
24   "subspecs": [
25     {
26       "name": "ios7",
27       "source_files": "SailThruSDK/*.h",
28       "preserve_paths": [
29         "SailThruSDK/README",
30         "SailThruSDK/ios7+/libSailthru.a"
31       ],
32       "ios": {
33         "vendored_libraries": "SailThruSDK/ios7+/libSailthru.a"
34       },
35       "libraries": "Sailthru",
36       "xcconfig": {
37         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Sailthru_SDK_iOS/SailThruSDK/ios7+"
38       },
39       "frameworks": [
40         "Foundation",
41         "SystemConfiguration"
42       ],
43       "platforms": {
44         "ios": "7.0"
45       }
46     }
47   ]