[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / f / Sailthru_SDK_iOS / 3.3.0 / Sailthru_SDK_iOS.podspec.json
blob60674426108a55db2ab9afe83eb8007af11b2e81
2   "name": "Sailthru_SDK_iOS",
3   "license": {
4     "type": "Apache License, Version 2.0",
5     "file": "LICENSE.txt"
6   },
7   "version": "3.3.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.3.0"
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\n                              can use the SDK to register a user with Sailthru, and thus create the linkage necessary to \n                              support push notifications. The client app may optionally send tracking information, by sending\n                              in 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": [
42         "Foundation",
43         "SystemConfiguration"
44       ],
45       "platforms": {
46         "ios": "7.0"
47       }
48     },
49     {
50       "name": "ios6",
51       "source_files": "SailThruSDK/*.h",
52       "preserve_paths": [
53         "SailThruSDK/README",
54         "SailThruSDK/ios6/libSailthru.a"
55       ],
56       "ios": {
57         "vendored_libraries": "SailThruSDK/ios6/libSailthru.a"
58       },
59       "libraries": "Sailthru",
60       "xcconfig": {
61         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Sailthru_SDK_iOS/SailThruSDK/ios6"
62       },
63       "frameworks": [
64         "Foundation",
65         "SystemConfiguration"
66       ],
67       "platforms": {
68         "ios": "6.0"
69       }
70     }
71   ]