[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 4 / 9 / streethawk / 1.8.5 / streethawk.podspec.json
blob414303552c5dcd2714712b8fb33f6160a02690d1
2   "name": "streethawk",
3   "header_dir": "StreetHawkCore",
4   "version": "1.8.5",
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.5",
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/UIDevice_Extension/*.{h,m}",
36         "StreetHawk/Classes/ThirdParty/AFNetworking/*.{h,m}"
37       ],
38       "public_header_files": "StreetHawk/Classes/Core/**/Publish/*.h",
39       "exclude_files": [
40         "StreetHawk/Classes/Core/Private/SHPresentDialog.m",
41         "StreetHawk/Classes/Core/Private/SHCoverWindow.m"
42       ],
43       "resource_bundles": {
44         "streethawk": [
45           "StreetHawk/Assets/**/*"
46         ]
47       },
48       "frameworks": [
49         "CoreTelephony",
50         "Foundation",
51         "CoreGraphics",
52         "UIKit",
53         "CoreSpotlight"
54       ],
55       "libraries": "sqlite3",
56       "dependencies": {
57         "MBProgressHUD": [
59         ]
60       },
61       "subspecs": [
62         {
63           "name": "no-arc",
64           "source_files": [
65             "StreetHawk/Classes/Core/Private/SHPresentDialog.{h,m}",
66             "StreetHawk/Classes/Core/Private/SHCoverWindow.{h,m}"
67           ],
68           "requires_arc": false,
69           "compiler_flags": "-fno-objc-arc"
70         }
71       ]
72     },
73     {
74       "name": "Growth",
75       "xcconfig": {
76         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GROWTH"
77       },
78       "source_files": "StreetHawk/Classes/Growth/**/*.{h,m}",
79       "public_header_files": "StreetHawk/Classes/Growth/**/Publish/*.h",
80       "dependencies": {
81         "streethawk/Core": [
83         ]
84       }
85     },
86     {
87       "name": "Push",
88       "xcconfig": {
89         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_NOTIFICATION"
90       },
91       "source_files": [
92         "StreetHawk/Classes/Notification/**/*.{h,m}",
93         "StreetHawk/Classes/ThirdParty/Emojione/*.{h,m}"
94       ],
95       "public_header_files": "StreetHawk/Classes/Notification/**/Publish/*.h",
96       "dependencies": {
97         "streethawk/Core": [
99         ],
100         "AutoScrollLabel": [
102         ]
103       }
104     },
105     {
106       "name": "Locations",
107       "xcconfig": {
108         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_LATLNG"
109       },
110       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
111       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
112       "exclude_files": [
113         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
114         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
115         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
116         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
117       ],
118       "frameworks": "CoreLocation",
119       "dependencies": {
120         "streethawk/Core": [
122         ],
123         "Reachability": [
125         ]
126       }
127     },
128     {
129       "name": "Geofence",
130       "xcconfig": {
131         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_GEOFENCE"
132       },
133       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
134       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
135       "exclude_files": [
136         "StreetHawk/Classes/Location/Private/SHBeaconBridge.{h,m}",
137         "StreetHawk/Classes/Location/Private/SHBeaconStatus.{h,m}",
138         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}"
139       ],
140       "frameworks": "CoreLocation",
141       "dependencies": {
142         "streethawk/Core": [
144         ],
145         "Reachability": [
147         ]
148       }
149     },
150     {
151       "name": "Beacons",
152       "xcconfig": {
153         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_IBEACON"
154       },
155       "source_files": "StreetHawk/Classes/Location/**/*.{h,m}",
156       "public_header_files": "StreetHawk/Classes/Location/**/Publish/*.h",
157       "exclude_files": [
158         "StreetHawk/Classes/Location/Private/SHLocationBridge.{h,m}",
159         "StreetHawk/Classes/Location/Private/SHGeofenceBridge.{h,m}",
160         "StreetHawk/Classes/Location/Private/SHGeofenceStatus.{h,m}"
161       ],
162       "frameworks": "CoreLocation",
163       "dependencies": {
164         "streethawk/Core": [
166         ],
167         "Reachability": [
169         ]
170       }
171     },
172     {
173       "name": "Crash",
174       "xcconfig": {
175         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_CRASH"
176       },
177       "source_files": "StreetHawk/Classes/Crash/**/*.{h,m}",
178       "public_header_files": "StreetHawk/Classes/Crash/**/Publish/*.h",
179       "frameworks": "CoreLocation",
180       "dependencies": {
181         "streethawk/Core": [
183         ]
184       },
185       "vendored_frameworks": "StreetHawk/Vendor/CrashReporter.framework"
186     },
187     {
188       "name": "Feed",
189       "xcconfig": {
190         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SH_FEATURE_FEED"
191       },
192       "source_files": "StreetHawk/Classes/Feed/**/*.{h,m}",
193       "public_header_files": "StreetHawk/Classes/Feed/**/Publish/*.h",
194       "dependencies": {
195         "streethawk/Core": [
197         ]
198       }
199     }
200   ]