[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.10.2 / streethawk.podspec.json
blob1b9f413693c3a204527c0c225e27f7d458b0e30f
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.10.2",
5   "summary": "Mobile Engagement Automation: Geofences campaign, Engage in right time via push message, Segment app user, analyse campaign performance.",
6   "description": "Streethawkis mobile engagement automation for your smartphone and tablet app user.\n\nEngage users in right time using push message, segment your application users, create geofences and beacon regions to trigger location based campaign, analyse results and measure campaign performance.\n\nStreethawk supports iOS and Android devices. Chek out Getting started section for integrating Streethawk into your iOS and Android application or check out detailed document at Streethawk Documents.",
7   "homepage": "http://www.streethawk.com",
8   "screenshots": [
10   ],
11   "license": "LGPL",
12   "authors": {
13     "StreetHawk": "support@streethawk.com"
14   },
15   "documentation_url": "http://streethawksdk.github.io/ios/",
16   "source": {
17     "git": "https://gitlab.com/streethawk/sdks/streethawk-sdk-ios.git",
18     "tag": "1.10.2",
19     "submodules": true
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "xcconfig": {
26     "OTHER_LDFLAGS": "$(inherited) -lObjC",
27     "OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "StreetHawk/Classes/Core/**/*.{h,m}",
34         "StreetHawk/Classes/ThirdParty/AFNetworking/*.{h,m}"
35       ],
36       "public_header_files": "StreetHawk/Classes/Core/Publish/*.h",
37       "exclude_files": [
38         "StreetHawk/Classes/Core/Private/SHPresentDialog.m",
39         "StreetHawk/Classes/Core/Private/SHCoverWindow.m"
40       ],
41       "resource_bundles": {
42         "streethawk": [
43           "StreetHawk/Assets/**/*"
44         ]
45       },
46       "frameworks": [
47         "CoreTelephony",
48         "Foundation",
49         "CoreGraphics",
50         "UIKit",
51         "CoreSpotlight"
52       ],
53       "libraries": "sqlite3",
54       "dependencies": {
55         "MBProgressHUD": [
57         ],
58         "Masonry": [
60         ],
61         "WebViewJavascriptBridge": [
63         ],
64         "SDWebImage/GIF": [
66         ]
67       }
68     },
69     {
70       "name": "Growth",
71       "xcconfig": {
72         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GROWTH"
73       },
74       "source_files": "StreetHawk/Classes/Growth/**/*.{h,m}",
75       "public_header_files": "StreetHawk/Classes/Growth/Publish/*.h",
76       "dependencies": {
77         "streethawk/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Push",
84       "xcconfig": {
85         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_NOTIFICATION"
86       },
87       "source_files": "StreetHawk/Classes/Notification/**/*.{h,m}",
88       "public_header_files": "StreetHawk/Classes/Notification/Publish/*.h",
89       "dependencies": {
90         "streethawk/Core": [
92         ],
93         "AutoScrollLabel": [
95         ]
96       }
97     },
98     {
99       "name": "Locations",
100       "xcconfig": {
101         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_LATLNG"
102       },
103       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
104       "public_header_files": "StreetHawk/Classes/Location/Publish/*.h",
105       "exclude_files": [
106         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
107         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
108         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
109         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
110       ],
111       "frameworks": "CoreLocation",
112       "dependencies": {
113         "streethawk/Core": [
115         ],
116         "Reachability": [
118         ]
119       }
120     },
121     {
122       "name": "Geofence",
123       "xcconfig": {
124         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
125       },
126       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
127       "public_header_files": "StreetHawk/Classes/Location/Publish/*.h",
128       "exclude_files": [
129         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
130         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
131         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}"
132       ],
133       "frameworks": "CoreLocation",
134       "dependencies": {
135         "streethawk/Core": [
137         ],
138         "Reachability": [
140         ]
141       }
142     },
143     {
144       "name": "Beacons",
145       "xcconfig": {
146         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
147       },
148       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
149       "public_header_files": "StreetHawk/Classes/Location/Publish/*.h",
150       "exclude_files": [
151         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}",
152         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
153         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
154       ],
155       "frameworks": "CoreLocation",
156       "dependencies": {
157         "streethawk/Core": [
159         ],
160         "Reachability": [
162         ]
163       }
164     },
165     {
166       "name": "Crash",
167       "xcconfig": {
168         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
169       },
170       "pod_target_xcconfig": {
171         "ENABLE_BITCODE": "NO"
172       },
173       "source_files": "StreetHawk/Classes/Crash/**/*.{h,m}",
174       "public_header_files": "StreetHawk/Classes/Crash/Publish/*.h",
175       "frameworks": "CoreLocation",
176       "dependencies": {
177         "streethawk/Core": [
179         ]
180       },
181       "vendored_frameworks": "StreetHawk/Vendor/CrashReporter.framework"
182     },
183     {
184       "name": "Feed",
185       "xcconfig": {
186         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_FEED"
187       },
188       "source_files": "StreetHawk/Classes/Feed/**/*.{h,m}",
189       "public_header_files": "StreetHawk/Classes/Feed/Publish/*.h",
190       "dependencies": {
191         "streethawk/Core": [
193         ]
194       }
195     }
196   ]