[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.9.2 / streethawk.podspec.json
blobf7f7952e29222a9f9dcb361c430757c4a2f3783d
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.9.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     "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.9.2",
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         "Masonry": [
61         ],
62         "WebViewJavascriptBridge": [
64         ]
65       }
66     },
67     {
68       "name": "Growth",
69       "xcconfig": {
70         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GROWTH"
71       },
72       "source_files": "StreetHawk/Classes/Growth/**/*.{h,m}",
73       "public_header_files": "StreetHawk/Classes/Growth/Publish/*.h",
74       "dependencies": {
75         "streethawk/Core": [
77         ]
78       }
79     },
80     {
81       "name": "Push",
82       "xcconfig": {
83         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_NOTIFICATION"
84       },
85       "source_files": "StreetHawk/Classes/Notification/**/*.{h,m}",
86       "public_header_files": "StreetHawk/Classes/Notification/Publish/*.h",
87       "dependencies": {
88         "streethawk/Core": [
90         ],
91         "AutoScrollLabel": [
93         ]
94       }
95     },
96     {
97       "name": "Locations",
98       "xcconfig": {
99         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_LATLNG"
100       },
101       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
102       "public_header_files": "StreetHawk/Classes/Location/Publish/*.h",
103       "exclude_files": [
104         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
105         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
106         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
107         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
108       ],
109       "frameworks": "CoreLocation",
110       "dependencies": {
111         "streethawk/Core": [
113         ],
114         "Reachability": [
116         ]
117       }
118     },
119     {
120       "name": "Geofence",
121       "xcconfig": {
122         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
123       },
124       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
125       "public_header_files": "StreetHawk/Classes/Location/Publish/*.h",
126       "exclude_files": [
127         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
128         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
129         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}"
130       ],
131       "frameworks": "CoreLocation",
132       "dependencies": {
133         "streethawk/Core": [
135         ],
136         "Reachability": [
138         ]
139       }
140     },
141     {
142       "name": "Beacons",
143       "xcconfig": {
144         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
145       },
146       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
147       "public_header_files": "StreetHawk/Classes/Location/Publish/*.h",
148       "exclude_files": [
149         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}",
150         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
151         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
152       ],
153       "frameworks": "CoreLocation",
154       "dependencies": {
155         "streethawk/Core": [
157         ],
158         "Reachability": [
160         ]
161       }
162     },
163     {
164       "name": "Crash",
165       "xcconfig": {
166         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
167       },
168       "source_files": "StreetHawk/Classes/Crash/**/*.{h,m}",
169       "public_header_files": "StreetHawk/Classes/Crash/Publish/*.h",
170       "frameworks": "CoreLocation",
171       "dependencies": {
172         "streethawk/Core": [
174         ]
175       },
176       "vendored_frameworks": "StreetHawk/Vendor/CrashReporter.framework"
177     },
178     {
179       "name": "Feed",
180       "xcconfig": {
181         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_FEED"
182       },
183       "source_files": "StreetHawk/Classes/Feed/**/*.{h,m}",
184       "public_header_files": "StreetHawk/Classes/Feed/Publish/*.h",
185       "dependencies": {
186         "streethawk/Core": [
188         ]
189       }
190     }
191   ]