[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / f / Sailthru_SDK_iOS / 3.2.7 / Sailthru_SDK_iOS.podspec.json
blob818254b86d292a60b16764c9fae9cb5a16d96428
2   "name": "Sailthru_SDK_iOS",
3   "license": {
4     "type": "Apache License, Version 2.0",
5     "file": "LICENSE.txt"
6   },
7   "version": "3.2.7",
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.2.7"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "ios7"
24   ],
25   "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",
26   "subspecs": [
27     {
28       "name": "ios7",
29       "source_files": "SailThruSDK/*.h",
30       "preserve_paths": [
31         "SailThruSDK/README",
32         "SailThruSDK/ios7/libSailthru.a"
33       ],
34       "ios": {
35         "vendored_libraries": "SailThruSDK/ios7/libSailthru.a"
36       },
37       "libraries": "Sailthru",
38       "xcconfig": {
39         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Sailthru_SDK_iOS/SailThruSDK/ios7"
40       },
41       "frameworks": "Foundation",
42       "platforms": {
43         "ios": "7.0"
44       },
45       "requires_arc": true
46     },
47     {
48       "name": "ios6",
49       "source_files": "SailThruSDK/*.h",
50       "preserve_paths": [
51         "SailThruSDK/README",
52         "SailThruSDK/ios6/libSailthru.a"
53       ],
54       "ios": {
55         "vendored_libraries": "SailThruSDK/ios6/libSailthru.a"
56       },
57       "libraries": "Sailthru",
58       "xcconfig": {
59         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Sailthru_SDK_iOS/SailThruSDK/ios6"
60       },
61       "frameworks": "Foundation",
62       "platforms": {
63         "ios": "6.0"
64       },
65       "requires_arc": true
66     }
67   ]