[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 8 / SitataCore / 1.0.0 / SitataCore.podspec.json
bloba11dd20dc2efc657d8992e8db06629730373839c
2   "name": "SitataCore",
3   "version": "1.0.0",
4   "summary": "An iOS library to embed Sitata services into your own mobile application.",
5   "description": "An iOS library to embed Sitata services into your own mobile application. API access and UI elements provided.",
6   "homepage": "https://github.com/sitata/sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam St. John": "astjohn@sitata.com"
13   },
14   "source": {
15     "git": "https://github.com/sitata/sdk-ios.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/_sitata_",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SitataCore/**/*.{m,h}",
23   "public_header_files": [
24     "SitataCore/**/STASDKApiAlert.h",
25     "SitataCore/**/STASDKApiCountry.h",
26     "SitataCore/**/STASDKApiHealth.h",
27     "SitataCore/**/STASDKApiMisc.h",
28     "SitataCore/**/STASDKApiPlaces.h",
29     "SitataCore/**/STASDKApiTrip.h",
30     "SitataCore/**/STASDKController.h",
31     "SitataCore/**/STASDKDataController.h",
32     "SitataCore/**/STASDKGeo.h",
33     "SitataCore/**/STASDKApiPlaces.h",
34     "SitataCore/**/STASDKMAddress.h",
35     "SitataCore/**/STASDKMAdvisory.h",
36     "SitataCore/**/STASDKMAlert.h",
37     "SitataCore/**/STASDKMAlertLocation.h",
38     "SitataCore/**/STASDKMAlertSource.h",
39     "SitataCore/**/STASDKMContactDetail.h",
40     "SitataCore/**/STASDKMCountry.h",
41     "SitataCore/**/STASDKMDestination.h",
42     "SitataCore/**/STASDKMDisease.h",
43     "SitataCore/**/STASDKMHospital.h",
44     "SitataCore/**/STASDKMMedication.h",
45     "SitataCore/**/STASDKMTrip.h",
46     "SitataCore/**/STASDKMTripHealthComment.h",
47     "SitataCore/**/STASDKMVaccination.h",
48     "SitataCore/**/STASDKSync.h",
49     "SitataCore/**/STASDKUI.h",
50     "SitataCore/**/STASDKUIStylesheet.h"
51   ],
52   "private_header_files": [
53     "SitataCore/**/STASDKApiRoutes.h",
54     "SitataCore/**/STASDKApiUtils.h",
55     "SitataCore/**/STASDKDefines.h",
56     "SitataCore/**/STASDKJobs.h",
57     "SitataCore/**/STASDKLocationHandler.h",
58     "SitataCore/**/STASDKSuperFold.h",
59     "SitataCore/**/STASDKSuperFoldCell.h",
60     "SitataCore/**/STASDKUIAlertPin.h",
61     "SitataCore/**/STASDKUIAlertsTableViewController.h",
62     "SitataCore/**/STASDKUIAlertTableViewCell.h",
63     "SitataCore/**/STASDKUIAlertViewController.h",
64     "SitataCore/**/STASDKUIContactDetailTableViewCell.h",
65     "SitataCore/**/STASDKUICopyLabel.h",
66     "SitataCore/**/STASDKUICountryPickerPopoverViewController.h",
67     "SitataCore/**/STASDKUICountrySwitcherViewController.h",
68     "SitataCore/**/STASDKUIDiseaseDetailViewController.h",
69     "SitataCore/**/STASDKUIEmergNumbersViewController.h",
70     "SitataCore/**/STASDKUIHealthCommentTableViewCell.h",
71     "SitataCore/**/STASDKUIHealthObjViewController.h",
72     "SitataCore/**/STASDKUIHealthTableViewController.h",
73     "SitataCore/**/STASDKUIHospitalClusterView.h",
74     "SitataCore/**/STASDKUIHospitalDetailViewController.h",
75     "SitataCore/**/STASDKUIHospitalExtrasTableViewCell.h",
76     "SitataCore/**/STASDKUIHospitalPin.h",
77     "SitataCore/**/STASDKUIHospitalRowTableViewCell.h",
78     "SitataCore/**/STASDKUIHospitalsPageViewController.h",
79     "SitataCore/**/STASDKUIHospitalsTableViewController.h",
80     "SitataCore/**/STASDKUIHospitalsViewController.h",
81     "SitataCore/**/STASDKUINullStateHandler.h",
82     "SitataCore/**/STASDKUISafetyDetailsViewController.h",
83     "SitataCore/**/STASDKUISafetyPageViewController.h",
84     "SitataCore/**/STASDKUISafetyViewController.h",
85     "SitataCore/**/STASDKUIUtility.h"
86   ],
87   "requires_arc": true,
88   "resource_bundles": {
89     "SitataCore": [
90       "SitataCore/Assets/**/*"
91     ]
92   },
93   "frameworks": [
94     "Foundation",
95     "CoreGraphics",
96     "UIKit",
97     "MapKit"
98   ],
99   "dependencies": {
100     "Realm": [
101       "~>2.6"
102     ],
103     "AFNetworking": [
104       "~> 3.1"
105     ],
106     "YYModel": [
107       "1.0.4"
108     ],
109     "EDQueue": [
110       "0.7.1"
111     ],
112     "CCHMapClusterController": [
113       "1.7.0"
114     ],
115     "Haneke": [
116       "~> 1.0"
117     ]
118   }