[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.8.6 / streethawk.podspec.json
blob39e471c7cad3b809689f2591db424cef0c62fe32
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.8.6",
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": "https://streethawk.freshdesk.com/helpdesk",
8   "screenshots": [
10   ],
11   "license": "LGPL",
12   "authors": {
13     "Christine": "christine@streethawk.com",
14     "Supporter": "support@streethawk.com"
15   },
16   "documentation_url": "http://streethawksdk.github.io/ios/",
17   "source": {
18     "git": "https://github.com/StreetHawkSDK/ios.git",
19     "tag": "1.8.6",
20     "submodules": true
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true,
26   "xcconfig": {
27     "OTHER_LDFLAGS": "$(inherited) -lObjC",
28     "OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "StreetHawk/Classes/Core/**/*.{h,m}",
35         "StreetHawk/Classes/ThirdParty/AFNetworking/*.{h,m}"
36       ],
37       "public_header_files": "StreetHawk/Classes/Core/**/Publish/*.h",
38       "exclude_files": [
39         "StreetHawk/Classes/Core/Private/SHPresentDialog.m",
40         "StreetHawk/Classes/Core/Private/SHCoverWindow.m"
41       ],
42       "resource_bundles": {
43         "streethawk": [
44           "StreetHawk/Assets/**/*"
45         ]
46       },
47       "frameworks": [
48         "CoreTelephony",
49         "Foundation",
50         "CoreGraphics",
51         "UIKit",
52         "CoreSpotlight"
53       ],
54       "libraries": "sqlite3",
55       "dependencies": {
56         "MBProgressHUD": [
58         ]
59       },
60       "subspecs": [
61         {
62           "name": "no-arc",
63           "source_files": [
64             "StreetHawk/Classes/Core/Private/SHPresentDialog.{h,m}",
65             "StreetHawk/Classes/Core/Private/SHCoverWindow.{h,m}"
66           ],
67           "requires_arc": false,
68           "compiler_flags": "-fno-objc-arc"
69         }
70       ]
71     },
72     {
73       "name": "Growth",
74       "xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GROWTH"
76       },
77       "source_files": "StreetHawk/Classes/Growth/**/*.{h,m}",
78       "public_header_files": "StreetHawk/Classes/Growth/**/Publish/*.h",
79       "dependencies": {
80         "streethawk/Core": [
82         ]
83       }
84     },
85     {
86       "name": "Push",
87       "xcconfig": {
88         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_NOTIFICATION"
89       },
90       "source_files": "StreetHawk/Classes/Notification/**/*.{h,m}",
91       "public_header_files": "StreetHawk/Classes/Notification/**/Publish/*.h",
92       "dependencies": {
93         "streethawk/Core": [
95         ],
96         "AutoScrollLabel": [
98         ]
99       }
100     },
101     {
102       "name": "Locations",
103       "xcconfig": {
104         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_LATLNG"
105       },
106       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
107       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
108       "exclude_files": [
109         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
110         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
111         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
112         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
113       ],
114       "frameworks": "CoreLocation",
115       "dependencies": {
116         "streethawk/Core": [
118         ],
119         "Reachability": [
121         ]
122       }
123     },
124     {
125       "name": "Geofence",
126       "xcconfig": {
127         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
128       },
129       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
130       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
131       "exclude_files": [
132         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
133         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
134         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}"
135       ],
136       "frameworks": "CoreLocation",
137       "dependencies": {
138         "streethawk/Core": [
140         ],
141         "Reachability": [
143         ]
144       }
145     },
146     {
147       "name": "Beacons",
148       "xcconfig": {
149         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
150       },
151       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
152       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
153       "exclude_files": [
154         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}",
155         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
156         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
157       ],
158       "frameworks": "CoreLocation",
159       "dependencies": {
160         "streethawk/Core": [
162         ],
163         "Reachability": [
165         ]
166       }
167     },
168     {
169       "name": "Crash",
170       "xcconfig": {
171         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
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   ]